Html Css Color HEX #CCB345 Old Gold

📋 copy color: '#CCB345'

red 204 ◦ green 179 ◦ blue 69

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

Shades of Old Gold #CCB345

Tints of Old Gold #CCB345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.27%

R = 45.13%
G = 39.6%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCB345 (or 0xCCB345) is known color: Old Gold. HEX triplet: CC, B3 and 45. RGB value is (204,179,69). Sum of RGB (Red+Green+Blue) = 204+179+69=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB345 is #334CBA. Grayscale: #AEAEAE. Windows color (decimal): -3361979 or 4568012. OLE color: 4568012.

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

Color convert

RGB 204 179 69 -
CMYK 0 0.12 0.66 0.2
HSL 48.89º 0.57% 0.54% -
HSV(B) 48.89º 0.66% 0.8% -
XYZ 42.1 45.51 12.2 -
YUV 173.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 204 179 69 0 0.12 0.66 0.2 48.89 0.57 0.54
Hex CC B3 45 0 C 42 14 31 39 36
Octal 314 263 105 0 14 102 24 61 71 66
Binary 11001100 10110011 1000101 0 1100 1000010 10100 110001 111001 110110

Color Harmonies of #CCB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB345

Black with #CCB345

Text Example


Text Example

White with #CCB345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB345; }

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

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

background-color css

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

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

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

border-color css

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

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

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