Html Css Color HEX #CFCA6A Goldenrod

📋 copy color: '#CFCA6A'

red 207 ◦ green 202 ◦ blue 106

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

Shades of Goldenrod #CFCA6A

Tints of Goldenrod #CFCA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.58%

R = 40.19%
G = 39.22%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFCA6A (or 0xCFCA6A) is known color: Goldenrod. HEX triplet: CF, CA and 6A. RGB value is (207,202,106). Sum of RGB (Red+Green+Blue) = 207+202+106=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA6A is #303595. Grayscale: #C0C0C0. Windows color (decimal): -3159446 or 6998735. OLE color: 6998735.

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

Color convert

RGB 207 202 106 -
CMYK 0 0.02 0.49 0.19
HSL 57.03º 0.51% 0.61% -
HSV(B) 57.03º 0.49% 0.81% -
XYZ 49.45 56.55 21.94 -
YUV 192.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 207 202 106 0 0.02 0.49 0.19 57.03 0.51 0.61
Hex CF CA 6A 0 2 31 13 39 33 3D
Octal 317 312 152 0 2 61 23 71 63 75
Binary 11001111 11001010 1101010 0 10 110001 10011 111001 110011 111101

Color Harmonies of #CFCA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA6A

Black with #CFCA6A

Text Example


Text Example

White with #CFCA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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