Html Css Color HEX #CFCA6C Goldenrod

📋 copy color: '#CFCA6C'

red 207 ◦ green 202 ◦ blue 108

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

Shades of Goldenrod #CFCA6C

Tints of Goldenrod #CFCA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.07%

 BLUE value IS 108 (42.58% from 255) = 20.89%

R = 40.04%
G = 39.07%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFCA6C (or 0xCFCA6C) is known color: Goldenrod. HEX triplet: CF, CA and 6C. RGB value is (207,202,108). Sum of RGB (Red+Green+Blue) = 207+202+108=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA6C is #303593. Grayscale: #C1C1C1. Windows color (decimal): -3159444 or 7129807. OLE color: 7129807.

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

Color convert

RGB 207 202 108 -
CMYK 0 0.02 0.48 0.19
HSL 56.97º 0.51% 0.62% -
HSV(B) 56.97º 0.48% 0.81% -
XYZ 49.56 56.59 22.5 -
YUV 192.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 207 202 108 0 0.02 0.48 0.19 56.97 0.51 0.62
Hex CF CA 6C 0 2 30 13 39 33 3E
Octal 317 312 154 0 2 60 23 71 63 76
Binary 11001111 11001010 1101100 0 10 110000 10011 111001 110011 111110

Color Harmonies of #CFCA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA6C

Black with #CFCA6C

Text Example


Text Example

White with #CFCA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA6C; }

 p { color: rgb(207,202,108); }

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

background-color css

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

 a { background-color: rgb(207,202,108); }

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

border-color css

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

 span { border-color: rgb(207,202,108); }

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