Html Css Color HEX #CCB338 Old Gold

📋 copy color: '#CCB338'

red 204 ◦ green 179 ◦ blue 56

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

Shades of Old Gold #CCB338

Tints of Old Gold #CCB338

RGB

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

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

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

R = 46.47%
G = 40.77%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCB338 (or 0xCCB338) is known color: Old Gold. HEX triplet: CC, B3 and 38. RGB value is (204,179,56). Sum of RGB (Red+Green+Blue) = 204+179+56=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB338 is #334CC7. Grayscale: #ACACAC. Windows color (decimal): -3361992 or 3716044. OLE color: 3716044.

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

Color convert

RGB 204 179 56 -
CMYK 0 0.12 0.73 0.2
HSL 49.86º 0.59% 0.51% -
HSV(B) 49.86º 0.73% 0.8% -
XYZ 41.74 45.36 10.3 -
YUV 172.45 62.28 150.5 -
System Red Green Blue C M Y K H S L
Decimal 204 179 56 0 0.12 0.73 0.2 49.86 0.59 0.51
Hex CC B3 38 0 C 49 14 32 3B 33
Octal 314 263 70 0 14 111 24 62 73 63
Binary 11001100 10110011 111000 0 1100 1001001 10100 110010 111011 110011

Color Harmonies of #CCB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB338

Black with #CCB338

Text Example


Text Example

White with #CCB338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB338; }

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

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

background-color css

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

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

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

border-color css

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

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

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