Html Css Color HEX #CCB636 Old Gold

📋 copy color: '#CCB636'

red 204 ◦ green 182 ◦ blue 54

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

Shades of Old Gold #CCB636

Tints of Old Gold #CCB636

RGB

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

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

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

R = 46.36%
G = 41.36%
B = 12.27%

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

#CCB636 (or 0xCCB636) is known color: Old Gold. HEX triplet: CC, B6 and 36. RGB value is (204,182,54). Sum of RGB (Red+Green+Blue) = 204+182+54=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 54 (21.48% from 255 or 12.27% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB636 is #3349C9. Grayscale: #AEAEAE. Windows color (decimal): -3361226 or 3585740. OLE color: 3585740.

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

Color convert

RGB 204 182 54 -
CMYK 0 0.11 0.74 0.2
HSL 51.2º 0.6% 0.51% -
HSV(B) 51.2º 0.74% 0.8% -
XYZ 42.3 46.56 10.25 -
YUV 173.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 204 182 54 0 0.11 0.74 0.2 51.2 0.6 0.51
Hex CC B6 36 0 B 4A 14 33 3C 33
Octal 314 266 66 0 13 112 24 63 74 63
Binary 11001100 10110110 110110 0 1011 1001010 10100 110011 111100 110011

Color Harmonies of #CCB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB636

Black with #CCB636

Text Example


Text Example

White with #CCB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB636; }

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

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

background-color css

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

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

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

border-color css

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

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

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