Html Css Color HEX #CFB736 Old Gold

📋 copy color: '#CFB736'

red 207 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #CFB736

Tints of Old Gold #CFB736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 46.62%
G = 41.22%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFB736 (or 0xCFB736) is known color: Old Gold. HEX triplet: CF, B7 and 36. RGB value is (207,183,54). Sum of RGB (Red+Green+Blue) = 207+183+54=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB736 is #3048C9. Grayscale: #B0B0B0. Windows color (decimal): -3164362 or 3585999. OLE color: 3585999.

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

Color convert

RGB 207 183 54 -
CMYK 0 0.12 0.74 0.19
HSL 50.59º 0.61% 0.51% -
HSV(B) 50.59º 0.74% 0.81% -
XYZ 43.33 47.4 10.36 -
YUV 175.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 207 183 54 0 0.12 0.74 0.19 50.59 0.61 0.51
Hex CF B7 36 0 C 4A 13 33 3D 33
Octal 317 267 66 0 14 112 23 63 75 63
Binary 11001111 10110111 110110 0 1100 1001010 10011 110011 111101 110011

Color Harmonies of #CFB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB736

Black with #CFB736

Text Example


Text Example

White with #CFB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB736; }

 p { color: rgb(207,183,54); }

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

background-color css

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

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

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

border-color css

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

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

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