Html Css Color HEX #CFCE6E Goldenrod

📋 copy color: '#CFCE6E'

red 207 ◦ green 206 ◦ blue 110

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

Shades of Goldenrod #CFCE6E

Tints of Goldenrod #CFCE6E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.39%

 BLUE value IS 110 (43.36% from 255) = 21.03%

R = 39.58%
G = 39.39%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFCE6E (or 0xCFCE6E) is known color: Goldenrod. HEX triplet: CF, CE and 6E. RGB value is (207,206,110). Sum of RGB (Red+Green+Blue) = 207+206+110=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE6E is #303191. Grayscale: #C3C3C3. Windows color (decimal): -3158418 or 7261903. OLE color: 7261903.

HSL color Cylindrical-coordinate representation of color #CFCE6E: hue angle of 59.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFCE6E is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 206 110 -
CMYK 0 0.00 0.47 0.19
HSL 59.38º 0.5% 0.62% -
HSV(B) 59.38º 0.47% 0.81% -
XYZ 50.62 58.53 23.38 -
YUV 195.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 207 206 110 0 0.00 0.47 0.19 59.38 0.5 0.62
Hex CF CE 6E 0 0 2F 13 3B 32 3E
Octal 317 316 156 0 0 57 23 73 62 76
Binary 11001111 11001110 1101110 0 0 101111 10011 111011 110010 111110

Color Harmonies of #CFCE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCE6E

Black with #CFCE6E

Text Example


Text Example

White with #CFCE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCE6E; }

 p { color: rgb(207,206,110); }

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

background-color css

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

 a { background-color: rgb(207,206,110); }

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

border-color css

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

 span { border-color: rgb(207,206,110); }

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