Html Css Color HEX #D6C607 Bird Flower

📋 copy color: '#D6C607'

red 214 ◦ green 198 ◦ blue 7

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

Shades of Bird Flower #D6C607

Tints of Bird Flower #D6C607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 51.07%
G = 47.26%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6C607 (or 0xD6C607) is known color: Bird Flower. HEX triplet: D6, C6 and 07. RGB value is (214,198,7). Sum of RGB (Red+Green+Blue) = 214+198+7=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C607 is #2939F8. Grayscale: #B5B5B5. Windows color (decimal): -2701817 or 509654. OLE color: 509654.

HSL color Cylindrical-coordinate representation of color #D6C607: hue angle of 55.36º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6C607 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 198 7 -
CMYK 0 0.07 0.97 0.16
HSL 55.36º 0.94% 0.43% -
HSV(B) 55.36º 0.97% 0.84% -
XYZ 47.96 54.7 8.23 -
YUV 181.01 29.8 151.53 -
System Red Green Blue C M Y K H S L
Decimal 214 198 7 0 0.07 0.97 0.16 55.36 0.94 0.43
Hex D6 C6 7 0 7 61 10 37 5E 2B
Octal 326 306 7 0 7 141 20 67 136 53
Binary 11010110 11000110 111 0 111 1100001 10000 110111 1011110 101011

Color Harmonies of #D6C607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C607

Black with #D6C607

Text Example


Text Example

White with #D6C607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C607; }

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

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

background-color css

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

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

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

border-color css

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

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

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