Html Css Color HEX #CFD064 Goldenrod

📋 copy color: '#CFD064'

red 207 ◦ green 208 ◦ blue 100

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

Shades of Goldenrod #CFD064

Tints of Goldenrod #CFD064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.39%

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

R = 40.19%
G = 40.39%
B = 19.42%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#CFD064 (or 0xCFD064) is known color: Goldenrod. HEX triplet: CF, D0 and 64. RGB value is (207,208,100). Sum of RGB (Red+Green+Blue) = 207+208+100=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD064 is #302F9B. Grayscale: #C3C3C3. Windows color (decimal): -3157916 or 6607055. OLE color: 6607055.

HSL color Cylindrical-coordinate representation of color #CFD064: hue angle of 60.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFD064 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 100 -
CMYK 0.00 0 0.52 0.18
HSL 60.56º 0.53% 0.6% -
HSV(B) 60.56º 0.52% 0.82% -
XYZ 50.59 59.3 20.84 -
YUV 195.39 74.17 136.28 -
System Red Green Blue C M Y K H S L
Decimal 207 208 100 0.00 0 0.52 0.18 60.56 0.53 0.6
Hex CF D0 64 0 0 34 12 3D 35 3C
Octal 317 320 144 0 0 64 22 75 65 74
Binary 11001111 11010000 1100100 0 0 110100 10010 111101 110101 111100

Color Harmonies of #CFD064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD064

Black with #CFD064

Text Example


Text Example

White with #CFD064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD064; }

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

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

background-color css

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

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

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

border-color css

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

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

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