Html Css Color HEX #DBD30D Bird Flower

📋 copy color: '#DBD30D'

red 219 ◦ green 211 ◦ blue 13

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

Shades of Bird Flower #DBD30D

Tints of Bird Flower #DBD30D

RGB

 RED value IS 219 (85.94% from 255) = 49.44%

 GREEN value IS 211 (82.81% from 255) = 47.63%

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

R = 49.44%
G = 47.63%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBD30D (or 0xDBD30D) is known color: Bird Flower. HEX triplet: DB, D3 and 0D. RGB value is (219,211,13). Sum of RGB (Red+Green+Blue) = 219+211+13=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD30D is #242CF2. Grayscale: #BFBFBF. Windows color (decimal): -2370803 or 906203. OLE color: 906203.

HSL color Cylindrical-coordinate representation of color #DBD30D: hue angle of 57.67º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBD30D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 13 -
CMYK 0 0.04 0.94 0.14
HSL 57.67º 0.89% 0.45% -
HSV(B) 57.67º 0.94% 0.86% -
XYZ 52.58 61.68 9.51 -
YUV 190.82 27.65 148.1 -
System Red Green Blue C M Y K H S L
Decimal 219 211 13 0 0.04 0.94 0.14 57.67 0.89 0.45
Hex DB D3 D 0 4 5E E 3A 59 2D
Octal 333 323 15 0 4 136 16 72 131 55
Binary 11011011 11010011 1101 0 100 1011110 1110 111010 1011001 101101

Color Harmonies of #DBD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD30D

Black with #DBD30D

Text Example


Text Example

White with #DBD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD30D; }

 p { color: rgb(219,211,13); }

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

background-color css

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

 a { background-color: rgb(219,211,13); }

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

border-color css

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

 span { border-color: rgb(219,211,13); }

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