Html Css Color HEX #D6C307 Bird Flower

📋 copy color: '#D6C307'

red 214 ◦ green 195 ◦ blue 7

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

Shades of Bird Flower #D6C307

Tints of Bird Flower #D6C307

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.88%

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

R = 51.44%
G = 46.88%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6C307 (or 0xD6C307) is known color: Bird Flower. HEX triplet: D6, C3 and 07. RGB value is (214,195,7). Sum of RGB (Red+Green+Blue) = 214+195+7=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 7 (3.12% from 255 or 1.68% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C307 is #293CF8. Grayscale: #B4B4B4. Windows color (decimal): -2702585 or 508886. OLE color: 508886.

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

Color convert

RGB 214 195 7 -
CMYK 0 0.09 0.97 0.16
HSL 54.49º 0.94% 0.43% -
HSV(B) 54.49º 0.97% 0.84% -
XYZ 47.29 53.34 8 -
YUV 179.25 30.79 152.79 -
System Red Green Blue C M Y K H S L
Decimal 214 195 7 0 0.09 0.97 0.16 54.49 0.94 0.43
Hex D6 C3 7 0 9 61 10 36 5E 2B
Octal 326 303 7 0 11 141 20 66 136 53
Binary 11010110 11000011 111 0 1001 1100001 10000 110110 1011110 101011

Color Harmonies of #D6C307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C307

Black with #D6C307

Text Example


Text Example

White with #D6C307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C307; }

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

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

background-color css

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

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

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

border-color css

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

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

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