Html Css Color HEX #CCB641 Old Gold

📋 copy color: '#CCB641'

red 204 ◦ green 182 ◦ blue 65

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

Shades of Old Gold #CCB641

Tints of Old Gold #CCB641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 45.23%
G = 40.35%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB641 (or 0xCCB641) is known color: Old Gold. HEX triplet: CC, B6 and 41. RGB value is (204,182,65). Sum of RGB (Red+Green+Blue) = 204+182+65=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB641 is #3349BE. Grayscale: #AFAFAF. Windows color (decimal): -3361215 or 4306636. OLE color: 4306636.

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

Color convert

RGB 204 182 65 -
CMYK 0 0.11 0.68 0.2
HSL 50.5º 0.58% 0.53% -
HSV(B) 50.5º 0.68% 0.8% -
XYZ 42.58 46.67 11.77 -
YUV 175.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 204 182 65 0 0.11 0.68 0.2 50.5 0.58 0.53
Hex CC B6 41 0 B 44 14 33 3A 35
Octal 314 266 101 0 13 104 24 63 72 65
Binary 11001100 10110110 1000001 0 1011 1000100 10100 110011 111010 110101

Color Harmonies of #CCB641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB641

Black with #CCB641

Text Example


Text Example

White with #CCB641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB641; }

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

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

background-color css

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

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

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

border-color css

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

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

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