Html Css Color HEX #DDB601 Sunflower

📋 copy color: '#DDB601'

red 221 ◦ green 182 ◦ blue 1

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

Shades of Sunflower #DDB601

Tints of Sunflower #DDB601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 54.7%
G = 45.05%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDB601 (or 0xDDB601) is known color: Sunflower. HEX triplet: DD, B6 and 01. RGB value is (221,182,1). Sum of RGB (Red+Green+Blue) = 221+182+1=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB601 is #2249FE. Grayscale: #ADADAD. Windows color (decimal): -2247167 or 112349. OLE color: 112349.

HSL color Cylindrical-coordinate representation of color #DDB601: hue angle of 49.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDB601 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 1 -
CMYK 0 0.18 1.00 0.13
HSL 49.36º 0.99% 0.44% -
HSV(B) 49.36º 1% 0.87% -
XYZ 46.55 48.83 7 -
YUV 173.03 30.92 162.22 -
System Red Green Blue C M Y K H S L
Decimal 221 182 1 0 0.18 1.00 0.13 49.36 0.99 0.44
Hex DD B6 1 0 12 64 D 31 63 2C
Octal 335 266 1 0 22 144 15 61 143 54
Binary 11011101 10110110 1 0 10010 1100100 1101 110001 1100011 101100

Color Harmonies of #DDB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB601

Black with #DDB601

Text Example


Text Example

White with #DDB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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