Html Css Color HEX #DDBD01 Sunflower

📋 copy color: '#DDBD01'

red 221 ◦ green 189 ◦ blue 1

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

Shades of Sunflower #DDBD01

Tints of Sunflower #DDBD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

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

R = 53.77%
G = 45.99%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDBD01 (or 0xDDBD01) is known color: Sunflower. HEX triplet: DD, BD and 01. RGB value is (221,189,1). Sum of RGB (Red+Green+Blue) = 221+189+1=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD01 is #2242FE. Grayscale: #B1B1B1. Windows color (decimal): -2245375 or 114141. OLE color: 114141.

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

Color convert

RGB 221 189 1 -
CMYK 0 0.14 1.00 0.13
HSL 51.27º 0.99% 0.44% -
HSV(B) 51.27º 1% 0.87% -
XYZ 48.02 51.77 7.49 -
YUV 177.14 28.6 159.29 -
System Red Green Blue C M Y K H S L
Decimal 221 189 1 0 0.14 1.00 0.13 51.27 0.99 0.44
Hex DD BD 1 0 E 64 D 33 63 2C
Octal 335 275 1 0 16 144 15 63 143 54
Binary 11011101 10111101 1 0 1110 1100100 1101 110011 1100011 101100

Color Harmonies of #DDBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD01

Black with #DDBD01

Text Example


Text Example

White with #DDBD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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