Html Css Color HEX #CCB448 Old Gold

📋 copy color: '#CCB448'

red 204 ◦ green 180 ◦ blue 72

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

Shades of Old Gold #CCB448

Tints of Old Gold #CCB448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.79%

R = 44.74%
G = 39.47%
B = 15.79%

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

#CCB448 (or 0xCCB448) is known color: Old Gold. HEX triplet: CC, B4 and 48. RGB value is (204,180,72). Sum of RGB (Red+Green+Blue) = 204+180+72=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB448 is #334BB7. Grayscale: #AFAFAF. Windows color (decimal): -3361720 or 4764876. OLE color: 4764876.

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

Color convert

RGB 204 180 72 -
CMYK 0 0.12 0.65 0.2
HSL 49.09º 0.56% 0.54% -
HSV(B) 49.09º 0.65% 0.8% -
XYZ 42.39 45.95 12.77 -
YUV 174.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 204 180 72 0 0.12 0.65 0.2 49.09 0.56 0.54
Hex CC B4 48 0 C 41 14 31 38 36
Octal 314 264 110 0 14 101 24 61 70 66
Binary 11001100 10110100 1001000 0 1100 1000001 10100 110001 111000 110110

Color Harmonies of #CCB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB448

Black with #CCB448

Text Example


Text Example

White with #CCB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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