Html Css Color HEX #CCB538 Old Gold

📋 copy color: '#CCB538'

red 204 ◦ green 181 ◦ blue 56

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

Shades of Old Gold #CCB538

Tints of Old Gold #CCB538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 56 (22.27% from 255) = 12.7%

R = 46.26%
G = 41.04%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCB538 (or 0xCCB538) is known color: Old Gold. HEX triplet: CC, B5 and 38. RGB value is (204,181,56). Sum of RGB (Red+Green+Blue) = 204+181+56=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB538 is #334AC7. Grayscale: #AEAEAE. Windows color (decimal): -3361480 or 3716556. OLE color: 3716556.

HSL color Cylindrical-coordinate representation of color #CCB538: hue angle of 50.68º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCB538 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 56 -
CMYK 0 0.11 0.73 0.2
HSL 50.68º 0.59% 0.51% -
HSV(B) 50.68º 0.73% 0.8% -
XYZ 42.14 46.17 10.43 -
YUV 173.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 204 181 56 0 0.11 0.73 0.2 50.68 0.59 0.51
Hex CC B5 38 0 B 49 14 33 3B 33
Octal 314 265 70 0 13 111 24 63 73 63
Binary 11001100 10110101 111000 0 1011 1001001 10100 110011 111011 110011

Color Harmonies of #CCB538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB538

Black with #CCB538

Text Example


Text Example

White with #CCB538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB538; }

 p { color: rgb(204,181,56); }

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

background-color css

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

 a { background-color: rgb(204,181,56); }

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

border-color css

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

 span { border-color: rgb(204,181,56); }

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