Html Css Color HEX #D8D30C Bird Flower

📋 copy color: '#D8D30C'

red 216 ◦ green 211 ◦ blue 12

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

Shades of Bird Flower #D8D30C

Tints of Bird Flower #D8D30C

RGB

 RED value IS 216 (84.77% from 255) = 49.2%

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

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

R = 49.2%
G = 48.06%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8D30C (or 0xD8D30C) is known color: Bird Flower. HEX triplet: D8, D3 and 0C. RGB value is (216,211,12). Sum of RGB (Red+Green+Blue) = 216+211+12=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D30C is #272CF3. Grayscale: #BEBEBE. Windows color (decimal): -2567412 or 840664. OLE color: 840664.

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

Color convert

RGB 216 211 12 -
CMYK 0 0.02 0.94 0.15
HSL 58.53º 0.89% 0.45% -
HSV(B) 58.53º 0.94% 0.85% -
XYZ 51.68 61.21 9.44 -
YUV 189.81 27.66 146.68 -
System Red Green Blue C M Y K H S L
Decimal 216 211 12 0 0.02 0.94 0.15 58.53 0.89 0.45
Hex D8 D3 C 0 2 5E F 3B 59 2D
Octal 330 323 14 0 2 136 17 73 131 55
Binary 11011000 11010011 1100 0 10 1011110 1111 111011 1011001 101101

Color Harmonies of #D8D30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D30C

Black with #D8D30C

Text Example


Text Example

White with #D8D30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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