Html Css Color HEX #DACA03 Bird Flower

📋 copy color: '#DACA03'

red 218 ◦ green 202 ◦ blue 3

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

Shades of Bird Flower #DACA03

Tints of Bird Flower #DACA03

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.75%

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

R = 51.54%
G = 47.75%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DACA03 (or 0xDACA03) is known color: Bird Flower. HEX triplet: DA, CA and 03. RGB value is (218,202,3). Sum of RGB (Red+Green+Blue) = 218+202+3=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACA03 is #2535FC. Grayscale: #B8B8B8. Windows color (decimal): -2438653 or 248538. OLE color: 248538.

HSL color Cylindrical-coordinate representation of color #DACA03: hue angle of 55.53º 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 #DACA03 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 202 3 -
CMYK 0 0.07 0.99 0.15
HSL 55.53º 0.97% 0.43% -
HSV(B) 55.53º 0.99% 0.85% -
XYZ 50.05 57.15 8.48 -
YUV 184.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 218 202 3 0 0.07 0.99 0.15 55.53 0.97 0.43
Hex DA CA 3 0 7 63 F 38 61 2B
Octal 332 312 3 0 7 143 17 70 141 53
Binary 11011010 11001010 11 0 111 1100011 1111 111000 1100001 101011

Color Harmonies of #DACA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACA03

Black with #DACA03

Text Example


Text Example

White with #DACA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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