Html Css Color HEX #CCB429 Old Gold

📋 copy color: '#CCB429'

red 204 ◦ green 180 ◦ blue 41

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

Shades of Old Gold #CCB429

Tints of Old Gold #CCB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

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

R = 48%
G = 42.35%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB429 (or 0xCCB429) is known color: Old Gold. HEX triplet: CC, B4 and 29. RGB value is (204,180,41). Sum of RGB (Red+Green+Blue) = 204+180+41=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB429 is #334BD6. Grayscale: #ABABAB. Windows color (decimal): -3361751 or 2733260. OLE color: 2733260.

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

Color convert

RGB 204 180 41 -
CMYK 0 0.12 0.80 0.2
HSL 51.17º 0.67% 0.48% -
HSV(B) 51.17º 0.8% 0.8% -
XYZ 41.62 45.64 8.71 -
YUV 171.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 204 180 41 0 0.12 0.80 0.2 51.17 0.67 0.48
Hex CC B4 29 0 C 50 14 33 43 30
Octal 314 264 51 0 14 120 24 63 103 60
Binary 11001100 10110100 101001 0 1100 1010000 10100 110011 1000011 110000

Color Harmonies of #CCB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB429

Black with #CCB429

Text Example


Text Example

White with #CCB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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