Html Css Color HEX #DDB81B Sunflower

📋 copy color: '#DDB81B'

red 221 ◦ green 184 ◦ blue 27

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

Shades of Sunflower #DDB81B

Tints of Sunflower #DDB81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.25%

R = 51.16%
G = 42.59%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDB81B (or 0xDDB81B) is known color: Sunflower. HEX triplet: DD, B8 and 1B. RGB value is (221,184,27). Sum of RGB (Red+Green+Blue) = 221+184+27=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB81B is #2247E4. Grayscale: #B1B1B1. Windows color (decimal): -2246629 or 1816797. OLE color: 1816797.

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

Color convert

RGB 221 184 27 -
CMYK 0 0.17 0.88 0.13
HSL 48.56º 0.78% 0.49% -
HSV(B) 48.56º 0.88% 0.87% -
XYZ 47.16 49.73 8.15 -
YUV 177.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 221 184 27 0 0.17 0.88 0.13 48.56 0.78 0.49
Hex DD B8 1B 0 11 58 D 31 4E 31
Octal 335 270 33 0 21 130 15 61 116 61
Binary 11011101 10111000 11011 0 10001 1011000 1101 110001 1001110 110001

Color Harmonies of #DDB81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB81B

Black with #DDB81B

Text Example


Text Example

White with #DDB81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB81B; }

 p { color: rgb(221,184,27); }

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

background-color css

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

 a { background-color: rgb(221,184,27); }

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

border-color css

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

 span { border-color: rgb(221,184,27); }

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