Html Css Color HEX #CCB246 Old Gold

📋 copy color: '#CCB246'

red 204 ◦ green 178 ◦ blue 70

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

Shades of Old Gold #CCB246

Tints of Old Gold #CCB246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 45.13%
G = 39.38%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCB246 (or 0xCCB246) is known color: Old Gold. HEX triplet: CC, B2 and 46. RGB value is (204,178,70). Sum of RGB (Red+Green+Blue) = 204+178+70=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB246 is #334DB9. Grayscale: #ADADAD. Windows color (decimal): -3362234 or 4633292. OLE color: 4633292.

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

Color convert

RGB 204 178 70 -
CMYK 0 0.13 0.66 0.2
HSL 48.36º 0.57% 0.54% -
HSV(B) 48.36º 0.66% 0.8% -
XYZ 41.93 45.12 12.29 -
YUV 173.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 204 178 70 0 0.13 0.66 0.2 48.36 0.57 0.54
Hex CC B2 46 0 D 42 14 30 39 36
Octal 314 262 106 0 15 102 24 60 71 66
Binary 11001100 10110010 1000110 0 1101 1000010 10100 110000 111001 110110

Color Harmonies of #CCB246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB246

Black with #CCB246

Text Example


Text Example

White with #CCB246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB246; }

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

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

background-color css

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

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

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

border-color css

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

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

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