Html Css Color HEX #DDBD08 Sunflower

📋 copy color: '#DDBD08'

red 221 ◦ green 189 ◦ blue 8

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

Shades of Sunflower #DDBD08

Tints of Sunflower #DDBD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 52.87%
G = 45.22%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDBD08 (or 0xDDBD08) is known color: Sunflower. HEX triplet: DD, BD and 08. RGB value is (221,189,8). Sum of RGB (Red+Green+Blue) = 221+189+8=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD08 is #2242F7. Grayscale: #B2B2B2. Windows color (decimal): -2245368 or 572893. OLE color: 572893.

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

Color convert

RGB 221 189 8 -
CMYK 0 0.14 0.96 0.13
HSL 50.99º 0.93% 0.45% -
HSV(B) 50.99º 0.96% 0.87% -
XYZ 48.06 51.78 7.69 -
YUV 177.93 32.1 158.72 -
System Red Green Blue C M Y K H S L
Decimal 221 189 8 0 0.14 0.96 0.13 50.99 0.93 0.45
Hex DD BD 8 0 E 60 D 33 5D 2D
Octal 335 275 10 0 16 140 15 63 135 55
Binary 11011101 10111101 1000 0 1110 1100000 1101 110011 1011101 101101

Color Harmonies of #DDBD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD08

Black with #DDBD08

Text Example


Text Example

White with #DDBD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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