Html Css Color HEX #CFB636 Old Gold

📋 copy color: '#CFB636'

red 207 ◦ green 182 ◦ blue 54

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

Shades of Old Gold #CFB636

Tints of Old Gold #CFB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.08%

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

R = 46.73%
G = 41.08%
B = 12.19%

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

#CFB636 (or 0xCFB636) is known color: Old Gold. HEX triplet: CF, B6 and 36. RGB value is (207,182,54). Sum of RGB (Red+Green+Blue) = 207+182+54=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB636 is #3049C9. Grayscale: #AFAFAF. Windows color (decimal): -3164618 or 3585743. OLE color: 3585743.

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

Color convert

RGB 207 182 54 -
CMYK 0 0.12 0.74 0.19
HSL 50.2º 0.61% 0.51% -
HSV(B) 50.2º 0.74% 0.81% -
XYZ 43.13 46.99 10.29 -
YUV 174.88 59.78 150.91 -
System Red Green Blue C M Y K H S L
Decimal 207 182 54 0 0.12 0.74 0.19 50.2 0.61 0.51
Hex CF B6 36 0 C 4A 13 32 3D 33
Octal 317 266 66 0 14 112 23 62 75 63
Binary 11001111 10110110 110110 0 1100 1001010 10011 110010 111101 110011

Color Harmonies of #CFB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB636

Black with #CFB636

Text Example


Text Example

White with #CFB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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