Html Css Color HEX #DDBD00 Sunflower

📋 copy color: '#DDBD00'

red 221 ◦ green 189 ◦ blue 0

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

Shades of Sunflower #DDBD00

Tints of Sunflower #DDBD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.9%
G = 46.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDBD00 (or 0xDDBD00) is known color: Sunflower. HEX triplet: DD, BD and 00. RGB value is (221,189,0). Sum of RGB (Red+Green+Blue) = 221+189+0=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD00 is #2242FF. Grayscale: #B1B1B1. Windows color (decimal): -2245376 or 48605. OLE color: 48605.

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

Color convert

RGB 221 189 0 -
CMYK 0 0.14 1 0.13
HSL 51.31º 1% 0.43% -
HSV(B) 51.31º 1% 0.87% -
XYZ 48.02 51.77 7.46 -
YUV 177.02 28.1 159.37 -
System Red Green Blue C M Y K H S L
Decimal 221 189 0 0 0.14 1 0.13 51.31 1 0.43
Hex DD BD 0 0 E 64 D 33 64 2B
Octal 335 275 0 0 16 144 15 63 144 53
Binary 11011101 10111101 0 0 1110 1100100 1101 110011 1100100 101011

Color Harmonies of #DDBD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD00

Black with #DDBD00

Text Example


Text Example

White with #DDBD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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