Html Css Color HEX #DDBB1E Sunflower

📋 copy color: '#DDBB1E'

red 221 ◦ green 187 ◦ blue 30

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

Shades of Sunflower #DDBB1E

Tints of Sunflower #DDBB1E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.69%

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 50.46%
G = 42.69%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDBB1E (or 0xDDBB1E) is known color: Sunflower. HEX triplet: DD, BB and 1E. RGB value is (221,187,30). Sum of RGB (Red+Green+Blue) = 221+187+30=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB1E is #2244E1. Grayscale: #B3B3B3. Windows color (decimal): -2245858 or 2014173. OLE color: 2014173.

HSL color Cylindrical-coordinate representation of color #DDBB1E: hue angle of 49.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDBB1E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 30 -
CMYK 0 0.15 0.86 0.13
HSL 49.32º 0.76% 0.49% -
HSV(B) 49.32º 0.86% 0.87% -
XYZ 47.82 51.01 8.55 -
YUV 179.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 221 187 30 0 0.15 0.86 0.13 49.32 0.76 0.49
Hex DD BB 1E 0 F 56 D 31 4C 31
Octal 335 273 36 0 17 126 15 61 114 61
Binary 11011101 10111011 11110 0 1111 1010110 1101 110001 1001100 110001

Color Harmonies of #DDBB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB1E

Black with #DDBB1E

Text Example


Text Example

White with #DDBB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB1E; }

 p { color: rgb(221,187,30); }

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

background-color css

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

 a { background-color: rgb(221,187,30); }

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

border-color css

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

 span { border-color: rgb(221,187,30); }

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