Html Css Color HEX #CCB035 Old Gold

📋 copy color: '#CCB035'

red 204 ◦ green 176 ◦ blue 53

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

Shades of Old Gold #CCB035

Tints of Old Gold #CCB035

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 53 (21.09% from 255) = 12.24%

R = 47.11%
G = 40.65%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB035 (or 0xCCB035) is known color: Old Gold. HEX triplet: CC, B0 and 35. RGB value is (204,176,53). Sum of RGB (Red+Green+Blue) = 204+176+53=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB035 is #334FCA. Grayscale: #AAAAAA. Windows color (decimal): -3362763 or 3518668. OLE color: 3518668.

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

Color convert

RGB 204 176 53 -
CMYK 0 0.14 0.74 0.2
HSL 48.87º 0.6% 0.5% -
HSV(B) 48.87º 0.74% 0.8% -
XYZ 41.07 44.15 9.72 -
YUV 170.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 204 176 53 0 0.14 0.74 0.2 48.87 0.6 0.5
Hex CC B0 35 0 E 4A 14 31 3C 32
Octal 314 260 65 0 16 112 24 61 74 62
Binary 11001100 10110000 110101 0 1110 1001010 10100 110001 111100 110010

Color Harmonies of #CCB035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB035

Black with #CCB035

Text Example


Text Example

White with #CCB035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB035; }

 p { color: rgb(204,176,53); }

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

background-color css

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

 a { background-color: rgb(204,176,53); }

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

border-color css

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

 span { border-color: rgb(204,176,53); }

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