Html Css Color HEX #DDCB0E Sunflower

📋 copy color: '#DDCB0E'

red 221 ◦ green 203 ◦ blue 14

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

Shades of Sunflower #DDCB0E

Tints of Sunflower #DDCB0E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.35%

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 50.46%
G = 46.35%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDCB0E (or 0xDDCB0E) is known color: Sunflower. HEX triplet: DD, CB and 0E. RGB value is (221,203,14). Sum of RGB (Red+Green+Blue) = 221+203+14=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB0E is #2234F1. Grayscale: #BBBBBB. Windows color (decimal): -2241778 or 969693. OLE color: 969693.

HSL color Cylindrical-coordinate representation of color #DDCB0E: hue angle of 54.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDCB0E is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 14 -
CMYK 0 0.08 0.94 0.13
HSL 54.78º 0.88% 0.46% -
HSV(B) 54.78º 0.94% 0.87% -
XYZ 51.25 58.12 8.93 -
YUV 186.84 30.46 152.37 -
System Red Green Blue C M Y K H S L
Decimal 221 203 14 0 0.08 0.94 0.13 54.78 0.88 0.46
Hex DD CB E 0 8 5E D 37 58 2E
Octal 335 313 16 0 10 136 15 67 130 56
Binary 11011101 11001011 1110 0 1000 1011110 1101 110111 1011000 101110

Color Harmonies of #DDCB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB0E

Black with #DDCB0E

Text Example


Text Example

White with #DDCB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB0E; }

 p { color: rgb(221,203,14); }

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

background-color css

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

 a { background-color: rgb(221,203,14); }

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

border-color css

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

 span { border-color: rgb(221,203,14); }

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