Html Css Color HEX #CDB134 Old Gold

📋 copy color: '#CDB134'

red 205 ◦ green 177 ◦ blue 52

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

Shades of Old Gold #CDB134

Tints of Old Gold #CDB134

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

 BLUE value IS 52 (20.7% from 255) = 11.98%

R = 47.24%
G = 40.78%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDB134 (or 0xCDB134) is known color: Old Gold. HEX triplet: CD, B1 and 34. RGB value is (205,177,52). Sum of RGB (Red+Green+Blue) = 205+177+52=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB134 is #324ECB. Grayscale: #ABABAB. Windows color (decimal): -3296972 or 3453389. OLE color: 3453389.

HSL color Cylindrical-coordinate representation of color #CDB134: hue angle of 49.02º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDB134 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 177 52 -
CMYK 0 0.14 0.75 0.20
HSL 49.02º 0.6% 0.5% -
HSV(B) 49.02º 0.75% 0.8% -
XYZ 41.52 44.67 9.68 -
YUV 171.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 205 177 52 0 0.14 0.75 0.20 49.02 0.6 0.5
Hex CD B1 34 0 E 4B 14 31 3C 32
Octal 315 261 64 0 16 113 24 61 74 62
Binary 11001101 10110001 110100 0 1110 1001011 10100 110001 111100 110010

Color Harmonies of #CDB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB134

Black with #CDB134

Text Example


Text Example

White with #CDB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB134; }

 p { color: rgb(205,177,52); }

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

background-color css

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

 a { background-color: rgb(205,177,52); }

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

border-color css

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

 span { border-color: rgb(205,177,52); }

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