Html Css Color HEX #CFCF6C Goldenrod

📋 copy color: '#CFCF6C'

red 207 ◦ green 207 ◦ blue 108

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

Shades of Goldenrod #CFCF6C

Tints of Goldenrod #CFCF6C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.66%

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

R = 39.66%
G = 39.66%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFCF6C (or 0xCFCF6C) is known color: Goldenrod. HEX triplet: CF, CF and 6C. RGB value is (207,207,108). Sum of RGB (Red+Green+Blue) = 207+207+108=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF6C is #303093. Grayscale: #C4C4C4. Windows color (decimal): -3158164 or 7131087. OLE color: 7131087.

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

Color convert

RGB 207 207 108 -
CMYK 0 0 0.48 0.19
HSL 60º 0.51% 0.62% -
HSV(B) 60º 0.48% 0.81% -
XYZ 50.75 58.97 22.9 -
YUV 195.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 207 207 108 0 0 0.48 0.19 60 0.51 0.62
Hex CF CF 6C 0 0 30 13 3C 33 3E
Octal 317 317 154 0 0 60 23 74 63 76
Binary 11001111 11001111 1101100 0 0 110000 10011 111100 110011 111110

Color Harmonies of #CFCF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCF6C

Black with #CFCF6C

Text Example


Text Example

White with #CFCF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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