Html Css Color HEX #D7C800 Bird Flower

📋 copy color: '#D7C800'

red 215 ◦ green 200 ◦ blue 0

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

Shades of Bird Flower #D7C800

Tints of Bird Flower #D7C800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.19%

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

R = 51.81%
G = 48.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7C800 (or 0xD7C800) is known color: Bird Flower. HEX triplet: D7, C8 and 00. RGB value is (215,200,0). Sum of RGB (Red+Green+Blue) = 215+200+0=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C800 is #2837FF. Grayscale: #B6B6B6. Windows color (decimal): -2635776 or 51415. OLE color: 51415.

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

Color convert

RGB 215 200 0 -
CMYK 0 0.07 1 0.16
HSL 55.81º 1% 0.42% -
HSV(B) 55.81º 1% 0.84% -
XYZ 48.68 55.76 8.2 -
YUV 181.69 25.47 151.76 -
System Red Green Blue C M Y K H S L
Decimal 215 200 0 0 0.07 1 0.16 55.81 1 0.42
Hex D7 C8 0 0 7 64 10 38 64 2A
Octal 327 310 0 0 7 144 20 70 144 52
Binary 11010111 11001000 0 0 111 1100100 10000 111000 1100100 101010

Color Harmonies of #D7C800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C800

Black with #D7C800

Text Example


Text Example

White with #D7C800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C800; }

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

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

background-color css

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

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

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

border-color css

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

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

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