Html Css Color HEX #D0C10B Bird Flower

📋 copy color: '#D0C10B'

red 208 ◦ green 193 ◦ blue 11

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

Shades of Bird Flower #D0C10B

Tints of Bird Flower #D0C10B

RGB

 RED value IS 208 (81.64% from 255) = 50.49%

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 50.49%
G = 46.84%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0C10B (or 0xD0C10B) is known color: Bird Flower. HEX triplet: D0, C1 and 0B. RGB value is (208,193,11). Sum of RGB (Red+Green+Blue) = 208+193+11=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C10B is #2F3EF4. Grayscale: #B1B1B1. Windows color (decimal): -3096309 or 770512. OLE color: 770512.

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

Color convert

RGB 208 193 11 -
CMYK 0 0.07 0.95 0.18
HSL 55.43º 0.9% 0.43% -
HSV(B) 55.43º 0.95% 0.82% -
XYZ 45.14 51.57 7.89 -
YUV 176.74 34.47 150.3 -
System Red Green Blue C M Y K H S L
Decimal 208 193 11 0 0.07 0.95 0.18 55.43 0.9 0.43
Hex D0 C1 B 0 7 5F 12 37 5A 2B
Octal 320 301 13 0 7 137 22 67 132 53
Binary 11010000 11000001 1011 0 111 1011111 10010 110111 1011010 101011

Color Harmonies of #D0C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C10B

Black with #D0C10B

Text Example


Text Example

White with #D0C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C10B; }

 p { color: rgb(208,193,11); }

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

background-color css

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

 a { background-color: rgb(208,193,11); }

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

border-color css

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

 span { border-color: rgb(208,193,11); }

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