Html Css Color HEX #DACC02 Bird Flower

📋 copy color: '#DACC02'

red 218 ◦ green 204 ◦ blue 2

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

Shades of Bird Flower #DACC02

Tints of Bird Flower #DACC02

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.11%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 51.42%
G = 48.11%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DACC02 (or 0xDACC02) is known color: Bird Flower. HEX triplet: DA, CC and 02. RGB value is (218,204,2). Sum of RGB (Red+Green+Blue) = 218+204+2=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC02 is #2533FD. Grayscale: #B9B9B9. Windows color (decimal): -2438142 or 183514. OLE color: 183514.

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

Color convert

RGB 218 204 2 -
CMYK 0 0.06 0.99 0.15
HSL 56.11º 0.98% 0.43% -
HSV(B) 56.11º 0.99% 0.85% -
XYZ 50.52 58.1 8.61 -
YUV 185.16 24.64 151.43 -
System Red Green Blue C M Y K H S L
Decimal 218 204 2 0 0.06 0.99 0.15 56.11 0.98 0.43
Hex DA CC 2 0 6 63 F 38 62 2B
Octal 332 314 2 0 6 143 17 70 142 53
Binary 11011010 11001100 10 0 110 1100011 1111 111000 1100010 101011

Color Harmonies of #DACC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC02

Black with #DACC02

Text Example


Text Example

White with #DACC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC02; }

 p { color: rgb(218,204,2); }

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

background-color css

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

 a { background-color: rgb(218,204,2); }

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

border-color css

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

 span { border-color: rgb(218,204,2); }

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