Html Css Color HEX #CFCD6C Goldenrod

📋 copy color: '#CFCD6C'

red 207 ◦ green 205 ◦ blue 108

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

Shades of Goldenrod #CFCD6C

Tints of Goldenrod #CFCD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

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

R = 39.81%
G = 39.42%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFCD6C (or 0xCFCD6C) is known color: Goldenrod. HEX triplet: CF, CD and 6C. RGB value is (207,205,108). Sum of RGB (Red+Green+Blue) = 207+205+108=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD6C is #303293. Grayscale: #C2C2C2. Windows color (decimal): -3158676 or 7130575. OLE color: 7130575.

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

Color convert

RGB 207 205 108 -
CMYK 0 0.01 0.48 0.19
HSL 58.79º 0.51% 0.62% -
HSV(B) 58.79º 0.48% 0.81% -
XYZ 50.27 58.01 22.74 -
YUV 194.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 207 205 108 0 0.01 0.48 0.19 58.79 0.51 0.62
Hex CF CD 6C 0 1 30 13 3B 33 3E
Octal 317 315 154 0 1 60 23 73 63 76
Binary 11001111 11001101 1101100 0 1 110000 10011 111011 110011 111110

Color Harmonies of #CFCD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCD6C

Black with #CFCD6C

Text Example


Text Example

White with #CFCD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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