Html Css Color HEX #CFD667 Goldenrod

📋 copy color: '#CFD667'

red 207 ◦ green 214 ◦ blue 103

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

Shades of Goldenrod #CFD667

Tints of Goldenrod #CFD667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.66%

R = 39.5%
G = 40.84%
B = 19.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#CFD667 (or 0xCFD667) is known color: Goldenrod. HEX triplet: CF, D6 and 67. RGB value is (207,214,103). Sum of RGB (Red+Green+Blue) = 207+214+103=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD667 is #302998. Grayscale: #C7C7C7. Windows color (decimal): -3156377 or 6805199. OLE color: 6805199.

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

Color convert

RGB 207 214 103 -
CMYK 0.03 0 0.52 0.16
HSL 63.78º 0.58% 0.62% -
HSV(B) 63.78º 0.52% 0.84% -
XYZ 52.23 62.34 22.11 -
YUV 199.25 73.68 133.53 -
System Red Green Blue C M Y K H S L
Decimal 207 214 103 0.03 0 0.52 0.16 63.78 0.58 0.62
Hex CF D6 67 3 0 34 10 40 3A 3E
Octal 317 326 147 3 0 64 20 100 72 76
Binary 11001111 11010110 1100111 11 0 110100 10000 1000000 111010 111110

Color Harmonies of #CFD667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD667

Black with #CFD667

Text Example


Text Example

White with #CFD667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD667; }

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

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

background-color css

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

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

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

border-color css

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

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

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