Html Css Color HEX #CCB741 Old Gold

📋 copy color: '#CCB741'

red 204 ◦ green 183 ◦ blue 65

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

Shades of Old Gold #CCB741

Tints of Old Gold #CCB741

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

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

R = 45.13%
G = 40.49%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB741 (or 0xCCB741) is known color: Old Gold. HEX triplet: CC, B7 and 41. RGB value is (204,183,65). Sum of RGB (Red+Green+Blue) = 204+183+65=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB741 is #3348BE. Grayscale: #B0B0B0. Windows color (decimal): -3360959 or 4306892. OLE color: 4306892.

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

Color convert

RGB 204 183 65 -
CMYK 0 0.10 0.68 0.2
HSL 50.94º 0.58% 0.53% -
HSV(B) 50.94º 0.68% 0.8% -
XYZ 42.79 47.09 11.83 -
YUV 175.83 65.46 148.09 -
System Red Green Blue C M Y K H S L
Decimal 204 183 65 0 0.10 0.68 0.2 50.94 0.58 0.53
Hex CC B7 41 0 A 44 14 33 3A 35
Octal 314 267 101 0 12 104 24 63 72 65
Binary 11001100 10110111 1000001 0 1010 1000100 10100 110011 111010 110101

Color Harmonies of #CCB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB741

Black with #CCB741

Text Example


Text Example

White with #CCB741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB741; }

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

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

background-color css

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

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

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

border-color css

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

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

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