Html Css Color HEX #CCB043 Old Gold

📋 copy color: '#CCB043'

red 204 ◦ green 176 ◦ blue 67

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

Shades of Old Gold #CCB043

Tints of Old Gold #CCB043

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.37%

 BLUE value IS 67 (26.56% from 255) = 14.99%

R = 45.64%
G = 39.37%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCB043 (or 0xCCB043) is known color: Old Gold. HEX triplet: CC, B0 and 43. RGB value is (204,176,67). Sum of RGB (Red+Green+Blue) = 204+176+67=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB043 is #334FBC. Grayscale: #ACACAC. Windows color (decimal): -3362749 or 4436172. OLE color: 4436172.

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

Color convert

RGB 204 176 67 -
CMYK 0 0.14 0.67 0.2
HSL 47.74º 0.57% 0.53% -
HSV(B) 47.74º 0.67% 0.8% -
XYZ 41.44 44.29 11.68 -
YUV 171.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 204 176 67 0 0.14 0.67 0.2 47.74 0.57 0.53
Hex CC B0 43 0 E 43 14 30 39 35
Octal 314 260 103 0 16 103 24 60 71 65
Binary 11001100 10110000 1000011 0 1110 1000011 10100 110000 111001 110101

Color Harmonies of #CCB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB043

Black with #CCB043

Text Example


Text Example

White with #CCB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB043; }

 p { color: rgb(204,176,67); }

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

background-color css

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

 a { background-color: rgb(204,176,67); }

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

border-color css

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

 span { border-color: rgb(204,176,67); }

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