Html Css Color HEX #CFBC4C Old Gold

📋 copy color: '#CFBC4C'

red 207 ◦ green 188 ◦ blue 76

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

Shades of Old Gold #CFBC4C

Tints of Old Gold #CFBC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.92%

 BLUE value IS 76 (30.08% from 255) = 16.14%

R = 43.95%
G = 39.92%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CFBC4C (or 0xCFBC4C) is known color: Old Gold. HEX triplet: CF, BC and 4C. RGB value is (207,188,76). Sum of RGB (Red+Green+Blue) = 207+188+76=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC4C is #3043B3. Grayscale: #B5B5B5. Windows color (decimal): -3163060 or 5029071. OLE color: 5029071.

HSL color Cylindrical-coordinate representation of color #CFBC4C: hue angle of 51.3º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFBC4C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 76 -
CMYK 0 0.09 0.63 0.19
HSL 51.3º 0.58% 0.55% -
HSV(B) 51.3º 0.63% 0.81% -
XYZ 45.02 49.75 14.07 -
YUV 180.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 207 188 76 0 0.09 0.63 0.19 51.3 0.58 0.55
Hex CF BC 4C 0 9 3F 13 33 3A 37
Octal 317 274 114 0 11 77 23 63 72 67
Binary 11001111 10111100 1001100 0 1001 111111 10011 110011 111010 110111

Color Harmonies of #CFBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC4C

Black with #CFBC4C

Text Example


Text Example

White with #CFBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC4C; }

 p { color: rgb(207,188,76); }

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

background-color css

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

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

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

border-color css

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

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

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