Html Css Color HEX #DDCB0D Sunflower

📋 copy color: '#DDCB0D'

red 221 ◦ green 203 ◦ blue 13

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

Shades of Sunflower #DDCB0D

Tints of Sunflower #DDCB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 50.57%
G = 46.45%
B = 2.97%

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

#DDCB0D (or 0xDDCB0D) is known color: Sunflower. HEX triplet: DD, CB and 0D. RGB value is (221,203,13). Sum of RGB (Red+Green+Blue) = 221+203+13=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB0D is #2234F2. Grayscale: #BBBBBB. Windows color (decimal): -2241779 or 904157. OLE color: 904157.

HSL color Cylindrical-coordinate representation of color #DDCB0D: hue angle of 54.81º degrees, saturation: 0.89, 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 #DDCB0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 13 -
CMYK 0 0.08 0.94 0.13
HSL 54.81º 0.89% 0.46% -
HSV(B) 54.81º 0.94% 0.87% -
XYZ 51.25 58.11 8.9 -
YUV 186.72 29.96 152.45 -
System Red Green Blue C M Y K H S L
Decimal 221 203 13 0 0.08 0.94 0.13 54.81 0.89 0.46
Hex DD CB D 0 8 5E D 37 59 2E
Octal 335 313 15 0 10 136 15 67 131 56
Binary 11011101 11001011 1101 0 1000 1011110 1101 110111 1011001 101110

Color Harmonies of #DDCB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB0D

Black with #DDCB0D

Text Example


Text Example

White with #DDCB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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