Html Css Color HEX #D6C202 Bird Flower

📋 copy color: '#D6C202'

red 214 ◦ green 194 ◦ blue 2

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

Shades of Bird Flower #D6C202

Tints of Bird Flower #D6C202

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

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

R = 52.2%
G = 47.32%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6C202 (or 0xD6C202) is known color: Bird Flower. HEX triplet: D6, C2 and 02. RGB value is (214,194,2). Sum of RGB (Red+Green+Blue) = 214+194+2=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C202 is #293DFD. Grayscale: #B2B2B2. Windows color (decimal): -2702846 or 180950. OLE color: 180950.

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

Color convert

RGB 214 194 2 -
CMYK 0 0.09 0.99 0.16
HSL 54.34º 0.98% 0.42% -
HSV(B) 54.34º 0.99% 0.84% -
XYZ 47.03 52.88 7.79 -
YUV 178.09 28.63 153.61 -
System Red Green Blue C M Y K H S L
Decimal 214 194 2 0 0.09 0.99 0.16 54.34 0.98 0.42
Hex D6 C2 2 0 9 63 10 36 62 2A
Octal 326 302 2 0 11 143 20 66 142 52
Binary 11010110 11000010 10 0 1001 1100011 10000 110110 1100010 101010

Color Harmonies of #D6C202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C202

Black with #D6C202

Text Example


Text Example

White with #D6C202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C202; }

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

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

background-color css

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

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

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

border-color css

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

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

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