Html Css Color HEX #DABD03 Bird Flower

📋 copy color: '#DABD03'

red 218 ◦ green 189 ◦ blue 3

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

Shades of Bird Flower #DABD03

Tints of Bird Flower #DABD03

RGB

 RED value IS 218 (85.55% from 255) = 53.17%

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 53.17%
G = 46.1%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DABD03 (or 0xDABD03) is known color: Bird Flower. HEX triplet: DA, BD and 03. RGB value is (218,189,3). Sum of RGB (Red+Green+Blue) = 218+189+3=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABD03 is #2542FC. Grayscale: #B1B1B1. Windows color (decimal): -2441981 or 245210. OLE color: 245210.

HSL color Cylindrical-coordinate representation of color #DABD03: hue angle of 51.91º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DABD03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 3 -
CMYK 0 0.13 0.99 0.15
HSL 51.91º 0.97% 0.43% -
HSV(B) 51.91º 0.99% 0.85% -
XYZ 47.13 51.31 7.51 -
YUV 176.47 30.11 157.62 -
System Red Green Blue C M Y K H S L
Decimal 218 189 3 0 0.13 0.99 0.15 51.91 0.97 0.43
Hex DA BD 3 0 D 63 F 34 61 2B
Octal 332 275 3 0 15 143 17 64 141 53
Binary 11011010 10111101 11 0 1101 1100011 1111 110100 1100001 101011

Color Harmonies of #DABD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD03

Black with #DABD03

Text Example


Text Example

White with #DABD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD03; }

 p { color: rgb(218,189,3); }

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

background-color css

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

 a { background-color: rgb(218,189,3); }

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

border-color css

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

 span { border-color: rgb(218,189,3); }

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