Html Css Color HEX #CDB838 Old Gold

📋 copy color: '#CDB838'

red 205 ◦ green 184 ◦ blue 56

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

Shades of Old Gold #CDB838

Tints of Old Gold #CDB838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 46.07%
G = 41.35%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB838 (or 0xCDB838) is known color: Old Gold. HEX triplet: CD, B8 and 38. RGB value is (205,184,56). Sum of RGB (Red+Green+Blue) = 205+184+56=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB838 is #3247C7. Grayscale: #B0B0B0. Windows color (decimal): -3295176 or 3717325. OLE color: 3717325.

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

Color convert

RGB 205 184 56 -
CMYK 0 0.10 0.73 0.20
HSL 51.54º 0.6% 0.51% -
HSV(B) 51.54º 0.73% 0.8% -
XYZ 43.03 47.55 10.65 -
YUV 175.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 205 184 56 0 0.10 0.73 0.20 51.54 0.6 0.51
Hex CD B8 38 0 A 49 14 34 3C 33
Octal 315 270 70 0 12 111 24 64 74 63
Binary 11001101 10111000 111000 0 1010 1001001 10100 110100 111100 110011

Color Harmonies of #CDB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB838

Black with #CDB838

Text Example


Text Example

White with #CDB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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