Html Css Color HEX #CCB53D Old Gold

📋 copy color: '#CCB53D'

red 204 ◦ green 181 ◦ blue 61

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

Shades of Old Gold #CCB53D

Tints of Old Gold #CCB53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.68%

R = 45.74%
G = 40.58%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCB53D (or 0xCCB53D) is known color: Old Gold. HEX triplet: CC, B5 and 3D. RGB value is (204,181,61). Sum of RGB (Red+Green+Blue) = 204+181+61=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB53D is #334AC2. Grayscale: #AEAEAE. Windows color (decimal): -3361475 or 4044236. OLE color: 4044236.

HSL color Cylindrical-coordinate representation of color #CCB53D: hue angle of 50.35º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCB53D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 61 -
CMYK 0 0.11 0.70 0.2
HSL 50.35º 0.58% 0.52% -
HSV(B) 50.35º 0.7% 0.8% -
XYZ 42.27 46.22 11.11 -
YUV 174.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 204 181 61 0 0.11 0.70 0.2 50.35 0.58 0.52
Hex CC B5 3D 0 B 46 14 32 3A 34
Octal 314 265 75 0 13 106 24 62 72 64
Binary 11001100 10110101 111101 0 1011 1000110 10100 110010 111010 110100

Color Harmonies of #CCB53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB53D

Black with #CCB53D

Text Example


Text Example

White with #CCB53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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