Html Css Color HEX #CCB432 Old Gold

📋 copy color: '#CCB432'

red 204 ◦ green 180 ◦ blue 50

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

Shades of Old Gold #CCB432

Tints of Old Gold #CCB432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 47%
G = 41.47%
B = 11.52%

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

#CCB432 (or 0xCCB432) is known color: Old Gold. HEX triplet: CC, B4 and 32. RGB value is (204,180,50). Sum of RGB (Red+Green+Blue) = 204+180+50=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB432 is #334BCD. Grayscale: #ACACAC. Windows color (decimal): -3361742 or 3323084. OLE color: 3323084.

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

Color convert

RGB 204 180 50 -
CMYK 0 0.12 0.75 0.2
HSL 50.65º 0.61% 0.5% -
HSV(B) 50.65º 0.75% 0.8% -
XYZ 41.8 45.71 9.64 -
YUV 172.36 58.95 150.57 -
System Red Green Blue C M Y K H S L
Decimal 204 180 50 0 0.12 0.75 0.2 50.65 0.61 0.5
Hex CC B4 32 0 C 4B 14 33 3D 32
Octal 314 264 62 0 14 113 24 63 75 62
Binary 11001100 10110100 110010 0 1100 1001011 10100 110011 111101 110010

Color Harmonies of #CCB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB432

Black with #CCB432

Text Example


Text Example

White with #CCB432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB432; }

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

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

background-color css

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

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

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

border-color css

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

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

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