Html Css Color HEX #DDB213 Sunflower

📋 copy color: '#DDB213'

red 221 ◦ green 178 ◦ blue 19

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

Shades of Sunflower #DDB213

Tints of Sunflower #DDB213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.55%

R = 52.87%
G = 42.58%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDB213 (or 0xDDB213) is known color: Sunflower. HEX triplet: DD, B2 and 13. RGB value is (221,178,19). Sum of RGB (Red+Green+Blue) = 221+178+19=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB213 is #224DEC. Grayscale: #ADADAD. Windows color (decimal): -2248173 or 1290973. OLE color: 1290973.

HSL color Cylindrical-coordinate representation of color #DDB213: hue angle of 47.23º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDB213 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 19 -
CMYK 0 0.19 0.91 0.13
HSL 47.23º 0.84% 0.47% -
HSV(B) 47.23º 0.91% 0.87% -
XYZ 45.86 47.26 7.32 -
YUV 172.73 41.25 162.43 -
System Red Green Blue C M Y K H S L
Decimal 221 178 19 0 0.19 0.91 0.13 47.23 0.84 0.47
Hex DD B2 13 0 13 5B D 2F 54 2F
Octal 335 262 23 0 23 133 15 57 124 57
Binary 11011101 10110010 10011 0 10011 1011011 1101 101111 1010100 101111

Color Harmonies of #DDB213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB213

Black with #DDB213

Text Example


Text Example

White with #DDB213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB213; }

 p { color: rgb(221,178,19); }

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

background-color css

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

 a { background-color: rgb(221,178,19); }

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

border-color css

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

 span { border-color: rgb(221,178,19); }

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