Html Css Color HEX #CCB341 Old Gold

📋 copy color: '#CCB341'

red 204 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #CCB341

Tints of Old Gold #CCB341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.96%

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

R = 45.54%
G = 39.96%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB341 (or 0xCCB341) is known color: Old Gold. HEX triplet: CC, B3 and 41. RGB value is (204,179,65). Sum of RGB (Red+Green+Blue) = 204+179+65=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB341 is #334CBE. Grayscale: #ADADAD. Windows color (decimal): -3361983 or 4305868. OLE color: 4305868.

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

Color convert

RGB 204 179 65 -
CMYK 0 0.12 0.68 0.2
HSL 49.21º 0.58% 0.53% -
HSV(B) 49.21º 0.68% 0.8% -
XYZ 41.98 45.46 11.56 -
YUV 173.48 66.78 149.77 -
System Red Green Blue C M Y K H S L
Decimal 204 179 65 0 0.12 0.68 0.2 49.21 0.58 0.53
Hex CC B3 41 0 C 44 14 31 3A 35
Octal 314 263 101 0 14 104 24 61 72 65
Binary 11001100 10110011 1000001 0 1100 1000100 10100 110001 111010 110101

Color Harmonies of #CCB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB341

Black with #CCB341

Text Example


Text Example

White with #CCB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB341; }

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

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

background-color css

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

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

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

border-color css

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

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

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