Html Css Color HEX #DDB75B Equator

📋 copy color: '#DDB75B'

red 221 ◦ green 183 ◦ blue 91

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

Shades of Equator #DDB75B

Tints of Equator #DDB75B

RGB

 RED value IS 221 (86.72% from 255) = 44.65%

 GREEN value IS 183 (71.88% from 255) = 36.97%

 BLUE value IS 91 (35.94% from 255) = 18.38%

R = 44.65%
G = 36.97%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDB75B (or 0xDDB75B) is known color: Equator. HEX triplet: DD, B7 and 5B. RGB value is (221,183,91). Sum of RGB (Red+Green+Blue) = 221+183+91=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB75B is #2248A4. Grayscale: #B8B8B8. Windows color (decimal): -2246821 or 6010845. OLE color: 6010845.

HSL color Cylindrical-coordinate representation of color #DDB75B: hue angle of 42.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDB75B is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 91 -
CMYK 0 0.17 0.59 0.13
HSL 42.46º 0.66% 0.61% -
HSV(B) 42.46º 0.59% 0.87% -
XYZ 48.64 49.99 16.98 -
YUV 183.87 75.59 154.48 -
System Red Green Blue C M Y K H S L
Decimal 221 183 91 0 0.17 0.59 0.13 42.46 0.66 0.61
Hex DD B7 5B 0 11 3B D 2A 42 3D
Octal 335 267 133 0 21 73 15 52 102 75
Binary 11011101 10110111 1011011 0 10001 111011 1101 101010 1000010 111101

Color Harmonies of #DDB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB75B

Black with #DDB75B

Text Example


Text Example

White with #DDB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB75B; }

 p { color: rgb(221,183,91); }

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

background-color css

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

 a { background-color: rgb(221,183,91); }

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

border-color css

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

 span { border-color: rgb(221,183,91); }

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