Html Css Color HEX #CDB629 Old Gold

📋 copy color: '#CDB629'

red 205 ◦ green 182 ◦ blue 41

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

Shades of Old Gold #CDB629

Tints of Old Gold #CDB629

RGB

 RED value IS 205 (80.47% from 255) = 47.9%

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

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

R = 47.9%
G = 42.52%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CDB629 (or 0xCDB629) is known color: Old Gold. HEX triplet: CD, B6 and 29. RGB value is (205,182,41). Sum of RGB (Red+Green+Blue) = 205+182+41=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 41 (16.41% from 255 or 9.58% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB629 is #3249D6. Grayscale: #ADADAD. Windows color (decimal): -3295703 or 2733773. OLE color: 2733773.

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

Color convert

RGB 205 182 41 -
CMYK 0 0.11 0.8 0.20
HSL 51.59º 0.67% 0.48% -
HSV(B) 51.59º 0.8% 0.8% -
XYZ 42.31 46.6 8.86 -
YUV 172.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 205 182 41 0 0.11 0.8 0.20 51.59 0.67 0.48
Hex CD B6 29 0 B 50 14 34 43 30
Octal 315 266 51 0 13 120 24 64 103 60
Binary 11001101 10110110 101001 0 1011 1010000 10100 110100 1000011 110000

Color Harmonies of #CDB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB629

Black with #CDB629

Text Example


Text Example

White with #CDB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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