Html Css Color HEX #CFCA6B Goldenrod

📋 copy color: '#CFCA6B'

red 207 ◦ green 202 ◦ blue 107

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

Shades of Goldenrod #CFCA6B

Tints of Goldenrod #CFCA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.74%

R = 40.12%
G = 39.15%
B = 20.74%

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

#CFCA6B (or 0xCFCA6B) is known color: Goldenrod. HEX triplet: CF, CA and 6B. RGB value is (207,202,107). Sum of RGB (Red+Green+Blue) = 207+202+107=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA6B is #303594. Grayscale: #C1C1C1. Windows color (decimal): -3159445 or 7064271. OLE color: 7064271.

HSL color Cylindrical-coordinate representation of color #CFCA6B: hue angle of 57º 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 #CFCA6B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 107 -
CMYK 0 0.02 0.48 0.19
HSL 57º 0.51% 0.62% -
HSV(B) 57º 0.48% 0.81% -
XYZ 49.51 56.57 22.22 -
YUV 192.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 207 202 107 0 0.02 0.48 0.19 57 0.51 0.62
Hex CF CA 6B 0 2 30 13 39 33 3E
Octal 317 312 153 0 2 60 23 71 63 76
Binary 11001111 11001010 1101011 0 10 110000 10011 111001 110011 111110

Color Harmonies of #CFCA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA6B

Black with #CFCA6B

Text Example


Text Example

White with #CFCA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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