Html Css Color HEX #CFD664 Goldenrod

📋 copy color: '#CFD664'

red 207 ◦ green 214 ◦ blue 100

#CFD664
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CFD664

Tints of Goldenrod #CFD664

RGB

 RED value IS 207 (81.25% from 255) = 39.73%

 GREEN value IS 214 (83.98% from 255) = 41.07%

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 39.73%
G = 41.07%
B = 19.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFD664 (or 0xCFD664) is known color: Goldenrod. HEX triplet: CF, D6 and 64. RGB value is (207,214,100). Sum of RGB (Red+Green+Blue) = 207+214+100=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD664 is #30299B. Grayscale: #C7C7C7. Windows color (decimal): -3156380 or 6608591. OLE color: 6608591.

HSL color Cylindrical-coordinate representation of color #CFD664: hue angle of 63.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFD664 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 100 -
CMYK 0.03 0 0.53 0.16
HSL 63.68º 0.58% 0.62% -
HSV(B) 63.68º 0.53% 0.84% -
XYZ 52.08 62.28 21.33 -
YUV 198.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 207 214 100 0.03 0 0.53 0.16 63.68 0.58 0.62
Hex CF D6 64 3 0 35 10 40 3A 3E
Octal 317 326 144 3 0 65 20 100 72 76
Binary 11001111 11010110 1100100 11 0 110101 10000 1000000 111010 111110

Color Harmonies of #CFD664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD664

Black with #CFD664

Text Example


Text Example

White with #CFD664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD664; }

 p { color: rgb(207,214,100); }

 H1.HeaderClassName
 {
   color: #CFD664;
 }
 .AnyTagClassName
 {
   color: #CFD664;
 }
</style>

background-color css

<style>
 a { background-color: #CFD664; }

 a { background-color: rgb(207,214,100); }

 div.DivClassName
 {
   background-color: #CFD664;
 }
 .BgClassName
 {
   background-color: #CFD664;
 }
</style>

border-color css

<style>
 span { border-color: #CFD664; }

 span { border-color: rgb(207,214,100); }

 td.TdClassName
 {
   border-color: #CFD664;
 }
 .TagClassName
 {
   border-color: #CFD664;
 }
</style>