Html Css Color HEX #CCB142 Old Gold

📋 copy color: '#CCB142'

red 204 ◦ green 177 ◦ blue 66

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

Shades of Old Gold #CCB142

Tints of Old Gold #CCB142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.77%

R = 45.64%
G = 39.6%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB142 (or 0xCCB142) is known color: Old Gold. HEX triplet: CC, B1 and 42. RGB value is (204,177,66). Sum of RGB (Red+Green+Blue) = 204+177+66=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB142 is #334EBD. Grayscale: #ACACAC. Windows color (decimal): -3362494 or 4370892. OLE color: 4370892.

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

Color convert

RGB 204 177 66 -
CMYK 0 0.13 0.68 0.2
HSL 48.26º 0.58% 0.53% -
HSV(B) 48.26º 0.68% 0.8% -
XYZ 41.61 44.68 11.58 -
YUV 172.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 204 177 66 0 0.13 0.68 0.2 48.26 0.58 0.53
Hex CC B1 42 0 D 44 14 30 3A 35
Octal 314 261 102 0 15 104 24 60 72 65
Binary 11001100 10110001 1000010 0 1101 1000100 10100 110000 111010 110101

Color Harmonies of #CCB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB142

Black with #CCB142

Text Example


Text Example

White with #CCB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB142; }

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

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

background-color css

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

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

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

border-color css

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

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

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