Html Css Color HEX #DDB61B Sunflower

📋 copy color: '#DDB61B'

red 221 ◦ green 182 ◦ blue 27

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

Shades of Sunflower #DDB61B

Tints of Sunflower #DDB61B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.33%

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

R = 51.4%
G = 42.33%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDB61B (or 0xDDB61B) is known color: Sunflower. HEX triplet: DD, B6 and 1B. RGB value is (221,182,27). Sum of RGB (Red+Green+Blue) = 221+182+27=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB61B is #2249E4. Grayscale: #B0B0B0. Windows color (decimal): -2247141 or 1816285. OLE color: 1816285.

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

Color convert

RGB 221 182 27 -
CMYK 0 0.18 0.88 0.13
HSL 47.94º 0.78% 0.49% -
HSV(B) 47.94º 0.88% 0.87% -
XYZ 46.74 48.91 8.01 -
YUV 175.99 43.92 160.1 -
System Red Green Blue C M Y K H S L
Decimal 221 182 27 0 0.18 0.88 0.13 47.94 0.78 0.49
Hex DD B6 1B 0 12 58 D 30 4E 31
Octal 335 266 33 0 22 130 15 60 116 61
Binary 11011101 10110110 11011 0 10010 1011000 1101 110000 1001110 110001

Color Harmonies of #DDB61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB61B

Black with #DDB61B

Text Example


Text Example

White with #DDB61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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