Html Css Color HEX #D3DA06 Bird Flower

📋 copy color: '#D3DA06'

red 211 ◦ green 218 ◦ blue 6

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

Shades of Bird Flower #D3DA06

Tints of Bird Flower #D3DA06

RGB

 RED value IS 211 (82.81% from 255) = 48.51%

 GREEN value IS 218 (85.55% from 255) = 50.11%

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 48.51%
G = 50.11%
B = 1.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D3DA06 (or 0xD3DA06) is known color: Bird Flower. HEX triplet: D3, DA and 06. RGB value is (211,218,6). Sum of RGB (Red+Green+Blue) = 211+218+6=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 6 (2.73% from 255 or 1.38% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DA06 is #2C25F9. Grayscale: #C0C0C0. Windows color (decimal): -2893306 or 449235. OLE color: 449235.

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

Color convert

RGB 211 218 6 -
CMYK 0.03 0 0.97 0.15
HSL 61.98º 0.95% 0.44% -
HSV(B) 61.98º 0.97% 0.85% -
XYZ 51.97 64 9.79 -
YUV 191.74 23.18 141.74 -
System Red Green Blue C M Y K H S L
Decimal 211 218 6 0.03 0 0.97 0.15 61.98 0.95 0.44
Hex D3 DA 6 3 0 61 F 3E 5F 2C
Octal 323 332 6 3 0 141 17 76 137 54
Binary 11010011 11011010 110 11 0 1100001 1111 111110 1011111 101100

Color Harmonies of #D3DA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA06

Black with #D3DA06

Text Example


Text Example

White with #D3DA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA06; }

 p { color: rgb(211,218,6); }

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

background-color css

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

 a { background-color: rgb(211,218,6); }

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

border-color css

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

 span { border-color: rgb(211,218,6); }

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