Html Css Color HEX #CDB52B Old Gold

📋 copy color: '#CDB52B'

red 205 ◦ green 181 ◦ blue 43

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

Shades of Old Gold #CDB52B

Tints of Old Gold #CDB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.02%

R = 47.79%
G = 42.19%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CDB52B (or 0xCDB52B) is known color: Old Gold. HEX triplet: CD, B5 and 2B. RGB value is (205,181,43). Sum of RGB (Red+Green+Blue) = 205+181+43=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB52B is #324AD4. Grayscale: #ADADAD. Windows color (decimal): -3295957 or 2864589. OLE color: 2864589.

HSL color Cylindrical-coordinate representation of color #CDB52B: hue angle of 51.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDB52B is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 43 -
CMYK 0 0.12 0.79 0.20
HSL 51.11º 0.65% 0.49% -
HSV(B) 51.11º 0.79% 0.8% -
XYZ 42.14 46.2 8.98 -
YUV 172.44 54.95 151.22 -
System Red Green Blue C M Y K H S L
Decimal 205 181 43 0 0.12 0.79 0.20 51.11 0.65 0.49
Hex CD B5 2B 0 C 4F 14 33 41 31
Octal 315 265 53 0 14 117 24 63 101 61
Binary 11001101 10110101 101011 0 1100 1001111 10100 110011 1000001 110001

Color Harmonies of #CDB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB52B

Black with #CDB52B

Text Example


Text Example

White with #CDB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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