Html Css Color HEX #CFCE66 Goldenrod

📋 copy color: '#CFCE66'

red 207 ◦ green 206 ◦ blue 102

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

Shades of Goldenrod #CFCE66

Tints of Goldenrod #CFCE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.81%

R = 40.19%
G = 40%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFCE66 (or 0xCFCE66) is known color: Goldenrod. HEX triplet: CF, CE and 66. RGB value is (207,206,102). Sum of RGB (Red+Green+Blue) = 207+206+102=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCE66 is #303199. Grayscale: #C2C2C2. Windows color (decimal): -3158426 or 6737615. OLE color: 6737615.

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

Color convert

RGB 207 206 102 -
CMYK 0 0.00 0.51 0.19
HSL 59.43º 0.52% 0.61% -
HSV(B) 59.43º 0.51% 0.81% -
XYZ 50.2 58.37 21.19 -
YUV 194.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 207 206 102 0 0.00 0.51 0.19 59.43 0.52 0.61
Hex CF CE 66 0 0 33 13 3B 34 3D
Octal 317 316 146 0 0 63 23 73 64 75
Binary 11001111 11001110 1100110 0 0 110011 10011 111011 110100 111101

Color Harmonies of #CFCE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCE66

Black with #CFCE66

Text Example


Text Example

White with #CFCE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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