Html Css Color HEX #D6C602 Bird Flower

📋 copy color: '#D6C602'

red 214 ◦ green 198 ◦ blue 2

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

Shades of Bird Flower #D6C602

Tints of Bird Flower #D6C602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.83%

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

R = 51.69%
G = 47.83%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D6C602 (or 0xD6C602) is known color: Bird Flower. HEX triplet: D6, C6 and 02. RGB value is (214,198,2). Sum of RGB (Red+Green+Blue) = 214+198+2=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C602 is #2939FD. Grayscale: #B5B5B5. Windows color (decimal): -2701822 or 181974. OLE color: 181974.

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

Color convert

RGB 214 198 2 -
CMYK 0 0.07 0.99 0.16
HSL 55.47º 0.98% 0.42% -
HSV(B) 55.47º 0.99% 0.84% -
XYZ 47.94 54.69 8.09 -
YUV 180.44 27.3 151.94 -
System Red Green Blue C M Y K H S L
Decimal 214 198 2 0 0.07 0.99 0.16 55.47 0.98 0.42
Hex D6 C6 2 0 7 63 10 37 62 2A
Octal 326 306 2 0 7 143 20 67 142 52
Binary 11010110 11000110 10 0 111 1100011 10000 110111 1100010 101010

Color Harmonies of #D6C602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C602

Black with #D6C602

Text Example


Text Example

White with #D6C602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C602; }

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

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

background-color css

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

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

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

border-color css

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

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

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