Html Css Color HEX #CCB434 Old Gold

📋 copy color: '#CCB434'

red 204 ◦ green 180 ◦ blue 52

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

Shades of Old Gold #CCB434

Tints of Old Gold #CCB434

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 52 (20.7% from 255) = 11.93%

R = 46.79%
G = 41.28%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CCB434 (or 0xCCB434) is known color: Old Gold. HEX triplet: CC, B4 and 34. RGB value is (204,180,52). Sum of RGB (Red+Green+Blue) = 204+180+52=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB434 is #334BCB. Grayscale: #ADADAD. Windows color (decimal): -3361740 or 3454156. OLE color: 3454156.

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

Color convert

RGB 204 180 52 -
CMYK 0 0.12 0.75 0.2
HSL 50.53º 0.6% 0.5% -
HSV(B) 50.53º 0.75% 0.8% -
XYZ 41.84 45.73 9.87 -
YUV 172.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 204 180 52 0 0.12 0.75 0.2 50.53 0.6 0.5
Hex CC B4 34 0 C 4B 14 33 3C 32
Octal 314 264 64 0 14 113 24 63 74 62
Binary 11001100 10110100 110100 0 1100 1001011 10100 110011 111100 110010

Color Harmonies of #CCB434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB434

Black with #CCB434

Text Example


Text Example

White with #CCB434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB434; }

 p { color: rgb(204,180,52); }

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

background-color css

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

 a { background-color: rgb(204,180,52); }

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

border-color css

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

 span { border-color: rgb(204,180,52); }

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