Html Css Color HEX #CDB534 Old Gold

📋 copy color: '#CDB534'

red 205 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #CDB534

Tints of Old Gold #CDB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

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

R = 46.8%
G = 41.32%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDB534 (or 0xCDB534) is known color: Old Gold. HEX triplet: CD, B5 and 34. RGB value is (205,181,52). Sum of RGB (Red+Green+Blue) = 205+181+52=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB534 is #324ACB. Grayscale: #AEAEAE. Windows color (decimal): -3295948 or 3454413. OLE color: 3454413.

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

Color convert

RGB 205 181 52 -
CMYK 0 0.12 0.75 0.20
HSL 50.59º 0.6% 0.5% -
HSV(B) 50.59º 0.75% 0.8% -
XYZ 42.32 46.27 9.95 -
YUV 173.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 205 181 52 0 0.12 0.75 0.20 50.59 0.6 0.5
Hex CD B5 34 0 C 4B 14 33 3C 32
Octal 315 265 64 0 14 113 24 63 74 62
Binary 11001101 10110101 110100 0 1100 1001011 10100 110011 111100 110010

Color Harmonies of #CDB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB534

Black with #CDB534

Text Example


Text Example

White with #CDB534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB534; }

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

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

background-color css

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

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

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

border-color css

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

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

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