Html Css Color HEX #D7D30C Bird Flower

📋 copy color: '#D7D30C'

red 215 ◦ green 211 ◦ blue 12

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

Shades of Bird Flower #D7D30C

Tints of Bird Flower #D7D30C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.17%

 BLUE value IS 12 (5.08% from 255) = 2.74%

R = 49.09%
G = 48.17%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7D30C (or 0xD7D30C) is known color: Bird Flower. HEX triplet: D7, D3 and 0C. RGB value is (215,211,12). Sum of RGB (Red+Green+Blue) = 215+211+12=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D30C is #282CF3. Grayscale: #BEBEBE. Windows color (decimal): -2632948 or 840663. OLE color: 840663.

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

Color convert

RGB 215 211 12 -
CMYK 0 0.02 0.94 0.16
HSL 58.82º 0.89% 0.45% -
HSV(B) 58.82º 0.94% 0.84% -
XYZ 51.38 61.06 9.43 -
YUV 189.51 27.83 146.18 -
System Red Green Blue C M Y K H S L
Decimal 215 211 12 0 0.02 0.94 0.16 58.82 0.89 0.45
Hex D7 D3 C 0 2 5E 10 3B 59 2D
Octal 327 323 14 0 2 136 20 73 131 55
Binary 11010111 11010011 1100 0 10 1011110 10000 111011 1011001 101101

Color Harmonies of #D7D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D30C

Black with #D7D30C

Text Example


Text Example

White with #D7D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D30C; }

 p { color: rgb(215,211,12); }

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

background-color css

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

 a { background-color: rgb(215,211,12); }

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

border-color css

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

 span { border-color: rgb(215,211,12); }

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