Html Css Color HEX #D7C600 Bird Flower

📋 copy color: '#D7C600'

red 215 ◦ green 198 ◦ blue 0

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

Shades of Bird Flower #D7C600

Tints of Bird Flower #D7C600

RGB

 RED value IS 215 (84.38% from 255) = 52.06%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.06%
G = 47.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7C600 (or 0xD7C600) is known color: Bird Flower. HEX triplet: D7, C6 and 00. RGB value is (215,198,0). Sum of RGB (Red+Green+Blue) = 215+198+0=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C600 is #2839FF. Grayscale: #B5B5B5. Windows color (decimal): -2636288 or 50903. OLE color: 50903.

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

Color convert

RGB 215 198 0 -
CMYK 0 0.08 1 0.16
HSL 55.26º 1% 0.42% -
HSV(B) 55.26º 1% 0.84% -
XYZ 48.22 54.84 8.04 -
YUV 180.51 26.13 152.6 -
System Red Green Blue C M Y K H S L
Decimal 215 198 0 0 0.08 1 0.16 55.26 1 0.42
Hex D7 C6 0 0 8 64 10 37 64 2A
Octal 327 306 0 0 10 144 20 67 144 52
Binary 11010111 11000110 0 0 1000 1100100 10000 110111 1100100 101010

Color Harmonies of #D7C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C600

Black with #D7C600

Text Example


Text Example

White with #D7C600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C600; }

 p { color: rgb(215,198,0); }

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

background-color css

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

 a { background-color: rgb(215,198,0); }

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

border-color css

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

 span { border-color: rgb(215,198,0); }

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