Html Css Color HEX #D2C70B Bird Flower

📋 copy color: '#D2C70B'

red 210 ◦ green 199 ◦ blue 11

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

Shades of Bird Flower #D2C70B

Tints of Bird Flower #D2C70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.62%

R = 50%
G = 47.38%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2C70B (or 0xD2C70B) is known color: Bird Flower. HEX triplet: D2, C7 and 0B. RGB value is (210,199,11). Sum of RGB (Red+Green+Blue) = 210+199+11=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C70B is #2D38F4. Grayscale: #B5B5B5. Windows color (decimal): -2963701 or 772050. OLE color: 772050.

HSL color Cylindrical-coordinate representation of color #D2C70B: hue angle of 56.68º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2C70B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 199 11 -
CMYK 0 0.05 0.95 0.18
HSL 56.68º 0.9% 0.43% -
HSV(B) 56.68º 0.95% 0.82% -
XYZ 47.06 54.57 8.37 -
YUV 180.86 32.14 148.79 -
System Red Green Blue C M Y K H S L
Decimal 210 199 11 0 0.05 0.95 0.18 56.68 0.9 0.43
Hex D2 C7 B 0 5 5F 12 39 5A 2B
Octal 322 307 13 0 5 137 22 71 132 53
Binary 11010010 11000111 1011 0 101 1011111 10010 111001 1011010 101011

Color Harmonies of #D2C70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C70B

Black with #D2C70B

Text Example


Text Example

White with #D2C70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C70B; }

 p { color: rgb(210,199,11); }

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

background-color css

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

 a { background-color: rgb(210,199,11); }

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

border-color css

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

 span { border-color: rgb(210,199,11); }

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