Html Css Color HEX #CCB729 Old Gold

📋 copy color: '#CCB729'

red 204 ◦ green 183 ◦ blue 41

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

Shades of Old Gold #CCB729

Tints of Old Gold #CCB729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.58%

R = 47.66%
G = 42.76%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB729 (or 0xCCB729) is known color: Old Gold. HEX triplet: CC, B7 and 29. RGB value is (204,183,41). Sum of RGB (Red+Green+Blue) = 204+183+41=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB729 is #3348D6. Grayscale: #ADADAD. Windows color (decimal): -3360983 or 2734028. OLE color: 2734028.

HSL color Cylindrical-coordinate representation of color #CCB729: hue angle of 52.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCB729 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 41 -
CMYK 0 0.10 0.80 0.2
HSL 52.27º 0.67% 0.48% -
HSV(B) 52.27º 0.8% 0.8% -
XYZ 42.24 46.86 8.92 -
YUV 173.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 204 183 41 0 0.10 0.80 0.2 52.27 0.67 0.48
Hex CC B7 29 0 A 50 14 34 43 30
Octal 314 267 51 0 12 120 24 64 103 60
Binary 11001100 10110111 101001 0 1010 1010000 10100 110100 1000011 110000

Color Harmonies of #CCB729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB729

Black with #CCB729

Text Example


Text Example

White with #CCB729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB729; }

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

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

background-color css

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

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

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

border-color css

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

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

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