Html Css Color HEX #CCB736 Old Gold

📋 copy color: '#CCB736'

red 204 ◦ green 183 ◦ blue 54

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

Shades of Old Gold #CCB736

Tints of Old Gold #CCB736

RGB

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

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

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

R = 46.26%
G = 41.5%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB736 (or 0xCCB736) is known color: Old Gold. HEX triplet: CC, B7 and 36. RGB value is (204,183,54). Sum of RGB (Red+Green+Blue) = 204+183+54=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB736 is #3348C9. Grayscale: #AFAFAF. Windows color (decimal): -3360970 or 3585996. OLE color: 3585996.

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

Color convert

RGB 204 183 54 -
CMYK 0 0.10 0.74 0.2
HSL 51.6º 0.6% 0.51% -
HSV(B) 51.6º 0.74% 0.8% -
XYZ 42.5 46.97 10.32 -
YUV 174.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 204 183 54 0 0.10 0.74 0.2 51.6 0.6 0.51
Hex CC B7 36 0 A 4A 14 34 3C 33
Octal 314 267 66 0 12 112 24 64 74 63
Binary 11001100 10110111 110110 0 1010 1001010 10100 110100 111100 110011

Color Harmonies of #CCB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB736

Black with #CCB736

Text Example


Text Example

White with #CCB736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB736; }

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

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

background-color css

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

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

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

border-color css

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

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

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