Html Css Color HEX #CFD868 Goldenrod

📋 copy color: '#CFD868'

red 207 ◦ green 216 ◦ blue 104

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

Shades of Goldenrod #CFD868

Tints of Goldenrod #CFD868

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.99%

 BLUE value IS 104 (41.02% from 255) = 19.73%

R = 39.28%
G = 40.99%
B = 19.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#CFD868 (or 0xCFD868) is known color: Goldenrod. HEX triplet: CF, D8 and 68. RGB value is (207,216,104). Sum of RGB (Red+Green+Blue) = 207+216+104=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD868 is #302797. Grayscale: #C8C8C8. Windows color (decimal): -3155864 or 6871247. OLE color: 6871247.

HSL color Cylindrical-coordinate representation of color #CFD868: hue angle of 64.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFD868 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 104 -
CMYK 0.04 0 0.52 0.15
HSL 64.82º 0.59% 0.63% -
HSV(B) 64.82º 0.52% 0.85% -
XYZ 52.79 63.38 22.55 -
YUV 200.54 73.52 132.61 -
System Red Green Blue C M Y K H S L
Decimal 207 216 104 0.04 0 0.52 0.15 64.82 0.59 0.63
Hex CF D8 68 4 0 34 F 41 3B 3F
Octal 317 330 150 4 0 64 17 101 73 77
Binary 11001111 11011000 1101000 100 0 110100 1111 1000001 111011 111111

Color Harmonies of #CFD868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD868

Black with #CFD868

Text Example


Text Example

White with #CFD868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD868; }

 p { color: rgb(207,216,104); }

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

background-color css

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

 a { background-color: rgb(207,216,104); }

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

border-color css

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

 span { border-color: rgb(207,216,104); }

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