Html Css Color HEX #D6D002 Bird Flower

📋 copy color: '#D6D002'

red 214 ◦ green 208 ◦ blue 2

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

Shades of Bird Flower #D6D002

Tints of Bird Flower #D6D002

RGB

 RED value IS 214 (83.98% from 255) = 50.47%

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

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

R = 50.47%
G = 49.06%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6D002 (or 0xD6D002) is known color: Bird Flower. HEX triplet: D6, D0 and 02. RGB value is (214,208,2). Sum of RGB (Red+Green+Blue) = 214+208+2=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D002 is #292FFD. Grayscale: #BBBBBB. Windows color (decimal): -2699262 or 184534. OLE color: 184534.

HSL color Cylindrical-coordinate representation of color #D6D002: hue angle of 58.3º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6D002 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 2 -
CMYK 0 0.03 0.99 0.16
HSL 58.3º 0.98% 0.42% -
HSV(B) 58.3º 0.99% 0.84% -
XYZ 50.3 59.41 8.87 -
YUV 186.31 23.99 147.75 -
System Red Green Blue C M Y K H S L
Decimal 214 208 2 0 0.03 0.99 0.16 58.3 0.98 0.42
Hex D6 D0 2 0 3 63 10 3A 62 2A
Octal 326 320 2 0 3 143 20 72 142 52
Binary 11010110 11010000 10 0 11 1100011 10000 111010 1100010 101010

Color Harmonies of #D6D002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D002

Black with #D6D002

Text Example


Text Example

White with #D6D002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D002; }

 p { color: rgb(214,208,2); }

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

background-color css

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

 a { background-color: rgb(214,208,2); }

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

border-color css

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

 span { border-color: rgb(214,208,2); }

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