Html Css Color HEX #CCB946 Old Gold

📋 copy color: '#CCB946'

red 204 ◦ green 185 ◦ blue 70

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

Shades of Old Gold #CCB946

Tints of Old Gold #CCB946

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

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

R = 44.44%
G = 40.31%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCB946 (or 0xCCB946) is known color: Old Gold. HEX triplet: CC, B9 and 46. RGB value is (204,185,70). Sum of RGB (Red+Green+Blue) = 204+185+70=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB946 is #3346B9. Grayscale: #B2B2B2. Windows color (decimal): -3360442 or 4635084. OLE color: 4635084.

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

Color convert

RGB 204 185 70 -
CMYK 0 0.09 0.66 0.2
HSL 51.49º 0.57% 0.54% -
HSV(B) 51.49º 0.66% 0.8% -
XYZ 43.36 47.98 12.77 -
YUV 177.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 204 185 70 0 0.09 0.66 0.2 51.49 0.57 0.54
Hex CC B9 46 0 9 42 14 33 39 36
Octal 314 271 106 0 11 102 24 63 71 66
Binary 11001100 10111001 1000110 0 1001 1000010 10100 110011 111001 110110

Color Harmonies of #CCB946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB946

Black with #CCB946

Text Example


Text Example

White with #CCB946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB946; }

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

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

background-color css

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

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

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

border-color css

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

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

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