Html Css Color HEX #CFBC39 Old Gold

📋 copy color: '#CFBC39'

red 207 ◦ green 188 ◦ blue 57

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

Shades of Old Gold #CFBC39

Tints of Old Gold #CFBC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.61%

R = 45.8%
G = 41.59%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFBC39 (or 0xCFBC39) is known color: Old Gold. HEX triplet: CF, BC and 39. RGB value is (207,188,57). Sum of RGB (Red+Green+Blue) = 207+188+57=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC39 is #3043C6. Grayscale: #B3B3B3. Windows color (decimal): -3163079 or 3783887. OLE color: 3783887.

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

Color convert

RGB 207 188 57 -
CMYK 0 0.09 0.72 0.19
HSL 52.4º 0.61% 0.52% -
HSV(B) 52.4º 0.72% 0.81% -
XYZ 44.45 49.53 11.09 -
YUV 178.75 59.29 148.15 -
System Red Green Blue C M Y K H S L
Decimal 207 188 57 0 0.09 0.72 0.19 52.4 0.61 0.52
Hex CF BC 39 0 9 48 13 34 3D 34
Octal 317 274 71 0 11 110 23 64 75 64
Binary 11001111 10111100 111001 0 1001 1001000 10011 110100 111101 110100

Color Harmonies of #CFBC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC39

Black with #CFBC39

Text Example


Text Example

White with #CFBC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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