Html Css Color HEX #CFCA6D Goldenrod

📋 copy color: '#CFCA6D'

red 207 ◦ green 202 ◦ blue 109

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

Shades of Goldenrod #CFCA6D

Tints of Goldenrod #CFCA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.04%

R = 39.96%
G = 39%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFCA6D (or 0xCFCA6D) is known color: Goldenrod. HEX triplet: CF, CA and 6D. RGB value is (207,202,109). Sum of RGB (Red+Green+Blue) = 207+202+109=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA6D is #303592. Grayscale: #C1C1C1. Windows color (decimal): -3159443 or 7195343. OLE color: 7195343.

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

Color convert

RGB 207 202 109 -
CMYK 0 0.02 0.47 0.19
HSL 56.94º 0.51% 0.62% -
HSV(B) 56.94º 0.47% 0.81% -
XYZ 49.61 56.61 22.78 -
YUV 192.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 207 202 109 0 0.02 0.47 0.19 56.94 0.51 0.62
Hex CF CA 6D 0 2 2F 13 39 33 3E
Octal 317 312 155 0 2 57 23 71 63 76
Binary 11001111 11001010 1101101 0 10 101111 10011 111001 110011 111110

Color Harmonies of #CFCA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA6D

Black with #CFCA6D

Text Example


Text Example

White with #CFCA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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