Html Css Color HEX #CCB447 Old Gold

📋 copy color: '#CCB447'

red 204 ◦ green 180 ◦ blue 71

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

Shades of Old Gold #CCB447

Tints of Old Gold #CCB447

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.56%

 BLUE value IS 71 (28.13% from 255) = 15.6%

R = 44.84%
G = 39.56%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCB447 (or 0xCCB447) is known color: Old Gold. HEX triplet: CC, B4 and 47. RGB value is (204,180,71). Sum of RGB (Red+Green+Blue) = 204+180+71=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB447 is #334BB8. Grayscale: #AFAFAF. Windows color (decimal): -3361721 or 4699340. OLE color: 4699340.

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

Color convert

RGB 204 180 71 -
CMYK 0 0.12 0.65 0.2
HSL 49.17º 0.57% 0.54% -
HSV(B) 49.17º 0.65% 0.8% -
XYZ 42.36 45.93 12.59 -
YUV 174.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 204 180 71 0 0.12 0.65 0.2 49.17 0.57 0.54
Hex CC B4 47 0 C 41 14 31 39 36
Octal 314 264 107 0 14 101 24 61 71 66
Binary 11001100 10110100 1000111 0 1100 1000001 10100 110001 111001 110110

Color Harmonies of #CCB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB447

Black with #CCB447

Text Example


Text Example

White with #CCB447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB447; }

 p { color: rgb(204,180,71); }

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

background-color css

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

 a { background-color: rgb(204,180,71); }

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

border-color css

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

 span { border-color: rgb(204,180,71); }

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