Html Css Color HEX #CFD668 Goldenrod

📋 copy color: '#CFD668'

red 207 ◦ green 214 ◦ blue 104

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

Shades of Goldenrod #CFD668

Tints of Goldenrod #CFD668

RGB

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

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

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

R = 39.43%
G = 40.76%
B = 19.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#CFD668 (or 0xCFD668) is known color: Goldenrod. HEX triplet: CF, D6 and 68. RGB value is (207,214,104). Sum of RGB (Red+Green+Blue) = 207+214+104=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD668 is #302997. Grayscale: #C7C7C7. Windows color (decimal): -3156376 or 6870735. OLE color: 6870735.

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

Color convert

RGB 207 214 104 -
CMYK 0.03 0 0.51 0.16
HSL 63.82º 0.57% 0.62% -
HSV(B) 63.82º 0.51% 0.84% -
XYZ 52.28 62.36 22.38 -
YUV 199.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 207 214 104 0.03 0 0.51 0.16 63.82 0.57 0.62
Hex CF D6 68 3 0 33 10 40 39 3E
Octal 317 326 150 3 0 63 20 100 71 76
Binary 11001111 11010110 1101000 11 0 110011 10000 1000000 111001 111110

Color Harmonies of #CFD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD668

Black with #CFD668

Text Example


Text Example

White with #CFD668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD668; }

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

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

background-color css

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

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

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

border-color css

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

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

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