Html Css Color HEX #CFBA39 Old Gold

📋 copy color: '#CFBA39'

red 207 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #CFBA39

Tints of Old Gold #CFBA39

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

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

R = 46%
G = 41.33%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFBA39 (or 0xCFBA39) is known color: Old Gold. HEX triplet: CF, BA and 39. RGB value is (207,186,57). Sum of RGB (Red+Green+Blue) = 207+186+57=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA39 is #3045C6. Grayscale: #B2B2B2. Windows color (decimal): -3163591 or 3783375. OLE color: 3783375.

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

Color convert

RGB 207 186 57 -
CMYK 0 0.10 0.72 0.19
HSL 51.6º 0.61% 0.52% -
HSV(B) 51.6º 0.72% 0.81% -
XYZ 44.03 48.68 10.95 -
YUV 177.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 207 186 57 0 0.10 0.72 0.19 51.6 0.61 0.52
Hex CF BA 39 0 A 48 13 34 3D 34
Octal 317 272 71 0 12 110 23 64 75 64
Binary 11001111 10111010 111001 0 1010 1001000 10011 110100 111101 110100

Color Harmonies of #CFBA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA39

Black with #CFBA39

Text Example


Text Example

White with #CFBA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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