Html Css Color HEX #CDB82A Old Gold

📋 copy color: '#CDB82A'

red 205 ◦ green 184 ◦ blue 42

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

Shades of Old Gold #CDB82A

Tints of Old Gold #CDB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.69%

 BLUE value IS 42 (16.8% from 255) = 9.74%

R = 47.56%
G = 42.69%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDB82A (or 0xCDB82A) is known color: Old Gold. HEX triplet: CD, B8 and 2A. RGB value is (205,184,42). Sum of RGB (Red+Green+Blue) = 205+184+42=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB82A is #3247D5. Grayscale: #AEAEAE. Windows color (decimal): -3295190 or 2799821. OLE color: 2799821.

HSL color Cylindrical-coordinate representation of color #CDB82A: hue angle of 52.27º degrees, saturation: 0.66, 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 #CDB82A is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 184 42 -
CMYK 0 0.10 0.80 0.20
HSL 52.27º 0.66% 0.48% -
HSV(B) 52.27º 0.8% 0.8% -
XYZ 42.74 47.43 9.09 -
YUV 174.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 205 184 42 0 0.10 0.80 0.20 52.27 0.66 0.48
Hex CD B8 2A 0 A 50 14 34 42 30
Octal 315 270 52 0 12 120 24 64 102 60
Binary 11001101 10111000 101010 0 1010 1010000 10100 110100 1000010 110000

Color Harmonies of #CDB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB82A

Black with #CDB82A

Text Example


Text Example

White with #CDB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB82A; }

 p { color: rgb(205,184,42); }

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

background-color css

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

 a { background-color: rgb(205,184,42); }

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

border-color css

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

 span { border-color: rgb(205,184,42); }

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