Html Css Color HEX #DBCD0A Bird Flower

📋 copy color: '#DBCD0A'

red 219 ◦ green 205 ◦ blue 10

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

Shades of Bird Flower #DBCD0A

Tints of Bird Flower #DBCD0A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.24%

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 50.46%
G = 47.24%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBCD0A (or 0xDBCD0A) is known color: Bird Flower. HEX triplet: DB, CD and 0A. RGB value is (219,205,10). Sum of RGB (Red+Green+Blue) = 219+205+10=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD0A is #2432F5. Grayscale: #BBBBBB. Windows color (decimal): -2372342 or 708059. OLE color: 708059.

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

Color convert

RGB 219 205 10 -
CMYK 0 0.06 0.95 0.14
HSL 55.98º 0.91% 0.45% -
HSV(B) 55.98º 0.95% 0.86% -
XYZ 51.1 58.74 8.93 -
YUV 186.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 219 205 10 0 0.06 0.95 0.14 55.98 0.91 0.45
Hex DB CD A 0 6 5F E 38 5B 2D
Octal 333 315 12 0 6 137 16 70 133 55
Binary 11011011 11001101 1010 0 110 1011111 1110 111000 1011011 101101

Color Harmonies of #DBCD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD0A

Black with #DBCD0A

Text Example


Text Example

White with #DBCD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD0A; }

 p { color: rgb(219,205,10); }

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

background-color css

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

 a { background-color: rgb(219,205,10); }

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

border-color css

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

 span { border-color: rgb(219,205,10); }

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