Html Css Color HEX #CCB643 Old Gold

📋 copy color: '#CCB643'

red 204 ◦ green 182 ◦ blue 67

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

Shades of Old Gold #CCB643

Tints of Old Gold #CCB643

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

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

R = 45.03%
G = 40.18%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCB643 (or 0xCCB643) is known color: Old Gold. HEX triplet: CC, B6 and 43. RGB value is (204,182,67). Sum of RGB (Red+Green+Blue) = 204+182+67=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB643 is #3349BC. Grayscale: #AFAFAF. Windows color (decimal): -3361213 or 4437708. OLE color: 4437708.

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

Color convert

RGB 204 182 67 -
CMYK 0 0.11 0.67 0.2
HSL 50.36º 0.57% 0.53% -
HSV(B) 50.36º 0.67% 0.8% -
XYZ 42.64 46.7 12.08 -
YUV 175.47 66.79 148.35 -
System Red Green Blue C M Y K H S L
Decimal 204 182 67 0 0.11 0.67 0.2 50.36 0.57 0.53
Hex CC B6 43 0 B 43 14 32 39 35
Octal 314 266 103 0 13 103 24 62 71 65
Binary 11001100 10110110 1000011 0 1011 1000011 10100 110010 111001 110101

Color Harmonies of #CCB643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB643

Black with #CCB643

Text Example


Text Example

White with #CCB643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB643; }

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

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

background-color css

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

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

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

border-color css

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

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

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