Html Css Color HEX #D7C700 Bird Flower

📋 copy color: '#D7C700'

red 215 ◦ green 199 ◦ blue 0

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

Shades of Bird Flower #D7C700

Tints of Bird Flower #D7C700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.07%

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

R = 51.93%
G = 48.07%
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

#D7C700 (or 0xD7C700) is known color: Bird Flower. HEX triplet: D7, C7 and 00. RGB value is (215,199,0). Sum of RGB (Red+Green+Blue) = 215+199+0=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C700 is #2838FF. Grayscale: #B5B5B5. Windows color (decimal): -2636032 or 51159. OLE color: 51159.

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

Color convert

RGB 215 199 0 -
CMYK 0 0.07 1 0.16
HSL 55.53º 1% 0.42% -
HSV(B) 55.53º 1% 0.84% -
XYZ 48.45 55.29 8.12 -
YUV 181.1 25.8 152.18 -
System Red Green Blue C M Y K H S L
Decimal 215 199 0 0 0.07 1 0.16 55.53 1 0.42
Hex D7 C7 0 0 7 64 10 38 64 2A
Octal 327 307 0 0 7 144 20 70 144 52
Binary 11010111 11000111 0 0 111 1100100 10000 111000 1100100 101010

Color Harmonies of #D7C700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C700

Black with #D7C700

Text Example


Text Example

White with #D7C700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C700; }

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

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

background-color css

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

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

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

border-color css

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

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

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