Html Css Color HEX #CCB143 Old Gold

📋 copy color: '#CCB143'

red 204 ◦ green 177 ◦ blue 67

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

Shades of Old Gold #CCB143

Tints of Old Gold #CCB143

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.51%

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

R = 45.54%
G = 39.51%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCB143 (or 0xCCB143) is known color: Old Gold. HEX triplet: CC, B1 and 43. RGB value is (204,177,67). Sum of RGB (Red+Green+Blue) = 204+177+67=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB143 is #334EBC. Grayscale: #ADADAD. Windows color (decimal): -3362493 or 4436428. OLE color: 4436428.

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

Color convert

RGB 204 177 67 -
CMYK 0 0.13 0.67 0.2
HSL 48.18º 0.57% 0.53% -
HSV(B) 48.18º 0.67% 0.8% -
XYZ 41.64 44.69 11.74 -
YUV 172.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 204 177 67 0 0.13 0.67 0.2 48.18 0.57 0.53
Hex CC B1 43 0 D 43 14 30 39 35
Octal 314 261 103 0 15 103 24 60 71 65
Binary 11001100 10110001 1000011 0 1101 1000011 10100 110000 111001 110101

Color Harmonies of #CCB143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB143

Black with #CCB143

Text Example


Text Example

White with #CCB143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB143; }

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

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

background-color css

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

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

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

border-color css

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

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

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