Html Css Color HEX #CCB629 Old Gold

📋 copy color: '#CCB629'

red 204 ◦ green 182 ◦ blue 41

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

Shades of Old Gold #CCB629

Tints of Old Gold #CCB629

RGB

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

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

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

R = 47.78%
G = 42.62%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCB629 (or 0xCCB629) is known color: Old Gold. HEX triplet: CC, B6 and 29. RGB value is (204,182,41). Sum of RGB (Red+Green+Blue) = 204+182+41=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB629 is #3349D6. Grayscale: #ADADAD. Windows color (decimal): -3361239 or 2733772. OLE color: 2733772.

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

Color convert

RGB 204 182 41 -
CMYK 0 0.11 0.80 0.2
HSL 51.9º 0.67% 0.48% -
HSV(B) 51.9º 0.8% 0.8% -
XYZ 42.03 46.45 8.85 -
YUV 172.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 204 182 41 0 0.11 0.80 0.2 51.9 0.67 0.48
Hex CC B6 29 0 B 50 14 34 43 30
Octal 314 266 51 0 13 120 24 64 103 60
Binary 11001100 10110110 101001 0 1011 1010000 10100 110100 1000011 110000

Color Harmonies of #CCB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB629

Black with #CCB629

Text Example


Text Example

White with #CCB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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