Html Css Color HEX #CCB339 Old Gold

📋 copy color: '#CCB339'

red 204 ◦ green 179 ◦ blue 57

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

Shades of Old Gold #CCB339

Tints of Old Gold #CCB339

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 46.36%
G = 40.68%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCB339 (or 0xCCB339) is known color: Old Gold. HEX triplet: CC, B3 and 39. RGB value is (204,179,57). Sum of RGB (Red+Green+Blue) = 204+179+57=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB339 is #334CC6. Grayscale: #ADADAD. Windows color (decimal): -3361991 or 3781580. OLE color: 3781580.

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

Color convert

RGB 204 179 57 -
CMYK 0 0.12 0.72 0.2
HSL 49.8º 0.59% 0.51% -
HSV(B) 49.8º 0.72% 0.8% -
XYZ 41.76 45.37 10.43 -
YUV 172.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 204 179 57 0 0.12 0.72 0.2 49.8 0.59 0.51
Hex CC B3 39 0 C 48 14 32 3B 33
Octal 314 263 71 0 14 110 24 62 73 63
Binary 11001100 10110011 111001 0 1100 1001000 10100 110010 111011 110011

Color Harmonies of #CCB339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB339

Black with #CCB339

Text Example


Text Example

White with #CCB339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB339; }

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

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

background-color css

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

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

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

border-color css

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

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

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