Html Css Color HEX #CCB536 Old Gold

📋 copy color: '#CCB536'

red 204 ◦ green 181 ◦ blue 54

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

Shades of Old Gold #CCB536

Tints of Old Gold #CCB536

RGB

 RED value IS 204 (80.08% from 255) = 46.47%

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 46.47%
G = 41.23%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB536 (or 0xCCB536) is known color: Old Gold. HEX triplet: CC, B5 and 36. RGB value is (204,181,54). Sum of RGB (Red+Green+Blue) = 204+181+54=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB536 is #334AC9. Grayscale: #ADADAD. Windows color (decimal): -3361482 or 3585484. OLE color: 3585484.

HSL color Cylindrical-coordinate representation of color #CCB536: hue angle of 50.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCB536 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 54 -
CMYK 0 0.11 0.74 0.2
HSL 50.8º 0.6% 0.51% -
HSV(B) 50.8º 0.74% 0.8% -
XYZ 42.09 46.15 10.18 -
YUV 173.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 204 181 54 0 0.11 0.74 0.2 50.8 0.6 0.51
Hex CC B5 36 0 B 4A 14 33 3C 33
Octal 314 265 66 0 13 112 24 63 74 63
Binary 11001100 10110101 110110 0 1011 1001010 10100 110011 111100 110011

Color Harmonies of #CCB536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB536

Black with #CCB536

Text Example


Text Example

White with #CCB536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB536; }

 p { color: rgb(204,181,54); }

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

background-color css

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

 a { background-color: rgb(204,181,54); }

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

border-color css

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

 span { border-color: rgb(204,181,54); }

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