Html Css Color HEX #CCB335 Old Gold

📋 copy color: '#CCB335'

red 204 ◦ green 179 ◦ blue 53

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

Shades of Old Gold #CCB335

Tints of Old Gold #CCB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

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

R = 46.79%
G = 41.06%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB335 (or 0xCCB335) is known color: Old Gold. HEX triplet: CC, B3 and 35. RGB value is (204,179,53). Sum of RGB (Red+Green+Blue) = 204+179+53=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB335 is #334CCA. Grayscale: #ACACAC. Windows color (decimal): -3361995 or 3519436. OLE color: 3519436.

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

Color convert

RGB 204 179 53 -
CMYK 0 0.12 0.74 0.2
HSL 50.07º 0.6% 0.5% -
HSV(B) 50.07º 0.74% 0.8% -
XYZ 41.66 45.33 9.92 -
YUV 172.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 204 179 53 0 0.12 0.74 0.2 50.07 0.6 0.5
Hex CC B3 35 0 C 4A 14 32 3C 32
Octal 314 263 65 0 14 112 24 62 74 62
Binary 11001100 10110011 110101 0 1100 1001010 10100 110010 111100 110010

Color Harmonies of #CCB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB335

Black with #CCB335

Text Example


Text Example

White with #CCB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB335; }

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

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

background-color css

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

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

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

border-color css

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

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

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