Html Css Color HEX #DAD00D Bird Flower

📋 copy color: '#DAD00D'

red 218 ◦ green 208 ◦ blue 13

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

Shades of Bird Flower #DAD00D

Tints of Bird Flower #DAD00D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.38%

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

R = 49.66%
G = 47.38%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAD00D (or 0xDAD00D) is known color: Bird Flower. HEX triplet: DA, D0 and 0D. RGB value is (218,208,13). Sum of RGB (Red+Green+Blue) = 218+208+13=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD00D is #252FF2. Grayscale: #BDBDBD. Windows color (decimal): -2437107 or 905434. OLE color: 905434.

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

Color convert

RGB 218 208 13 -
CMYK 0 0.05 0.94 0.15
HSL 57.07º 0.89% 0.45% -
HSV(B) 57.07º 0.94% 0.85% -
XYZ 51.54 60.05 9.25 -
YUV 188.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 218 208 13 0 0.05 0.94 0.15 57.07 0.89 0.45
Hex DA D0 D 0 5 5E F 39 59 2D
Octal 332 320 15 0 5 136 17 71 131 55
Binary 11011010 11010000 1101 0 101 1011110 1111 111001 1011001 101101

Color Harmonies of #DAD00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD00D

Black with #DAD00D

Text Example


Text Example

White with #DAD00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD00D; }

 p { color: rgb(218,208,13); }

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

background-color css

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

 a { background-color: rgb(218,208,13); }

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

border-color css

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

 span { border-color: rgb(218,208,13); }

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