Html Css Color HEX #CCB935 Old Gold

📋 copy color: '#CCB935'

red 204 ◦ green 185 ◦ blue 53

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

Shades of Old Gold #CCB935

Tints of Old Gold #CCB935

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.86%

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

R = 46.15%
G = 41.86%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB935 (or 0xCCB935) is known color: Old Gold. HEX triplet: CC, B9 and 35. RGB value is (204,185,53). Sum of RGB (Red+Green+Blue) = 204+185+53=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB935 is #3346CA. Grayscale: #B0B0B0. Windows color (decimal): -3360459 or 3520972. OLE color: 3520972.

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

Color convert

RGB 204 185 53 -
CMYK 0 0.09 0.74 0.2
HSL 52.45º 0.6% 0.5% -
HSV(B) 52.45º 0.74% 0.8% -
XYZ 42.89 47.79 10.33 -
YUV 175.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 204 185 53 0 0.09 0.74 0.2 52.45 0.6 0.5
Hex CC B9 35 0 9 4A 14 34 3C 32
Octal 314 271 65 0 11 112 24 64 74 62
Binary 11001100 10111001 110101 0 1001 1001010 10100 110100 111100 110010

Color Harmonies of #CCB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB935

Black with #CCB935

Text Example


Text Example

White with #CCB935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB935; }

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

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

background-color css

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

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

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

border-color css

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

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

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