Html Css Color HEX #D2D30D Bird Flower

📋 copy color: '#D2D30D'

red 210 ◦ green 211 ◦ blue 13

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

Shades of Bird Flower #D2D30D

Tints of Bird Flower #D2D30D

RGB

 RED value IS 210 (82.42% from 255) = 48.39%

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

 BLUE value IS 13 (5.47% from 255) = 3%

R = 48.39%
G = 48.62%
B = 3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D2D30D (or 0xD2D30D) is known color: Bird Flower. HEX triplet: D2, D3 and 0D. RGB value is (210,211,13). Sum of RGB (Red+Green+Blue) = 210+211+13=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D30D is #2D2CF2. Grayscale: #BCBCBC. Windows color (decimal): -2960627 or 906194. OLE color: 906194.

HSL color Cylindrical-coordinate representation of color #D2D30D: hue angle of 60.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2D30D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 211 13 -
CMYK 0.00 0 0.94 0.17
HSL 60.3º 0.88% 0.44% -
HSV(B) 60.3º 0.94% 0.83% -
XYZ 49.95 60.32 9.39 -
YUV 188.13 29.17 143.6 -
System Red Green Blue C M Y K H S L
Decimal 210 211 13 0.00 0 0.94 0.17 60.3 0.88 0.44
Hex D2 D3 D 0 0 5E 11 3C 58 2C
Octal 322 323 15 0 0 136 21 74 130 54
Binary 11010010 11010011 1101 0 0 1011110 10001 111100 1011000 101100

Color Harmonies of #D2D30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D30D

Black with #D2D30D

Text Example


Text Example

White with #D2D30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D30D; }

 p { color: rgb(210,211,13); }

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

background-color css

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

 a { background-color: rgb(210,211,13); }

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

border-color css

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

 span { border-color: rgb(210,211,13); }

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