Html Css Color HEX #CFCC69 Goldenrod

📋 copy color: '#CFCC69'

red 207 ◦ green 204 ◦ blue 105

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

Shades of Goldenrod #CFCC69

Tints of Goldenrod #CFCC69

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.53%

 BLUE value IS 105 (41.41% from 255) = 20.35%

R = 40.12%
G = 39.53%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFCC69 (or 0xCFCC69) is known color: Goldenrod. HEX triplet: CF, CC and 69. RGB value is (207,204,105). Sum of RGB (Red+Green+Blue) = 207+204+105=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC69 is #303396. Grayscale: #C2C2C2. Windows color (decimal): -3158935 or 6933711. OLE color: 6933711.

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

Color convert

RGB 207 204 105 -
CMYK 0 0.01 0.49 0.19
HSL 58.24º 0.52% 0.61% -
HSV(B) 58.24º 0.49% 0.81% -
XYZ 49.87 57.47 21.83 -
YUV 193.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 207 204 105 0 0.01 0.49 0.19 58.24 0.52 0.61
Hex CF CC 69 0 1 31 13 3A 34 3D
Octal 317 314 151 0 1 61 23 72 64 75
Binary 11001111 11001100 1101001 0 1 110001 10011 111010 110100 111101

Color Harmonies of #CFCC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC69

Black with #CFCC69

Text Example


Text Example

White with #CFCC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC69; }

 p { color: rgb(207,204,105); }

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

background-color css

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

 a { background-color: rgb(207,204,105); }

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

border-color css

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

 span { border-color: rgb(207,204,105); }

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