Html Css Color HEX #CCB239 Old Gold

📋 copy color: '#CCB239'

red 204 ◦ green 178 ◦ blue 57

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

Shades of Old Gold #CCB239

Tints of Old Gold #CCB239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

 BLUE value IS 57 (22.66% from 255) = 12.98%

R = 46.47%
G = 40.55%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCB239 (or 0xCCB239) is known color: Old Gold. HEX triplet: CC, B2 and 39. RGB value is (204,178,57). Sum of RGB (Red+Green+Blue) = 204+178+57=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB239 is #334DC6. Grayscale: #ACACAC. Windows color (decimal): -3362247 or 3781324. OLE color: 3781324.

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

Color convert

RGB 204 178 57 -
CMYK 0 0.13 0.72 0.2
HSL 49.39º 0.59% 0.51% -
HSV(B) 49.39º 0.72% 0.8% -
XYZ 41.56 44.97 10.36 -
YUV 171.98 63.11 150.84 -
System Red Green Blue C M Y K H S L
Decimal 204 178 57 0 0.13 0.72 0.2 49.39 0.59 0.51
Hex CC B2 39 0 D 48 14 31 3B 33
Octal 314 262 71 0 15 110 24 61 73 63
Binary 11001100 10110010 111001 0 1101 1001000 10100 110001 111011 110011

Color Harmonies of #CCB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB239

Black with #CCB239

Text Example


Text Example

White with #CCB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB239; }

 p { color: rgb(204,178,57); }

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

background-color css

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

 a { background-color: rgb(204,178,57); }

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

border-color css

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

 span { border-color: rgb(204,178,57); }

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