Html Css Color HEX #DDB201 Sunflower

📋 copy color: '#DDB201'

red 221 ◦ green 178 ◦ blue 1

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

Shades of Sunflower #DDB201

Tints of Sunflower #DDB201

RGB

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

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

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

R = 55.25%
G = 44.5%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDB201 (or 0xDDB201) is known color: Sunflower. HEX triplet: DD, B2 and 01. RGB value is (221,178,1). Sum of RGB (Red+Green+Blue) = 221+178+1=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB201 is #224DFE. Grayscale: #ABABAB. Windows color (decimal): -2248191 or 111325. OLE color: 111325.

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

Color convert

RGB 221 178 1 -
CMYK 0 0.19 1.00 0.13
HSL 48.27º 0.99% 0.44% -
HSV(B) 48.27º 1% 0.87% -
XYZ 45.74 47.22 6.73 -
YUV 170.68 32.25 163.89 -
System Red Green Blue C M Y K H S L
Decimal 221 178 1 0 0.19 1.00 0.13 48.27 0.99 0.44
Hex DD B2 1 0 13 64 D 30 63 2C
Octal 335 262 1 0 23 144 15 60 143 54
Binary 11011101 10110010 1 0 10011 1100100 1101 110000 1100011 101100

Color Harmonies of #DDB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB201

Black with #DDB201

Text Example


Text Example

White with #DDB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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