Html Css Color HEX #CDB238 Old Gold

📋 copy color: '#CDB238'

red 205 ◦ green 178 ◦ blue 56

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

Shades of Old Gold #CDB238

Tints of Old Gold #CDB238

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

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

R = 46.7%
G = 40.55%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CDB238 (or 0xCDB238) is known color: Old Gold. HEX triplet: CD, B2 and 38. RGB value is (205,178,56). Sum of RGB (Red+Green+Blue) = 205+178+56=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB238 is #324DC7. Grayscale: #ACACAC. Windows color (decimal): -3296712 or 3715789. OLE color: 3715789.

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

Color convert

RGB 205 178 56 -
CMYK 0 0.13 0.73 0.20
HSL 49.13º 0.6% 0.51% -
HSV(B) 49.13º 0.73% 0.8% -
XYZ 41.81 45.11 10.24 -
YUV 172.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 205 178 56 0 0.13 0.73 0.20 49.13 0.6 0.51
Hex CD B2 38 0 D 49 14 31 3C 33
Octal 315 262 70 0 15 111 24 61 74 63
Binary 11001101 10110010 111000 0 1101 1001001 10100 110001 111100 110011

Color Harmonies of #CDB238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB238

Black with #CDB238

Text Example


Text Example

White with #CDB238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB238; }

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

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

background-color css

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

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

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

border-color css

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

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

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