Html Css Color HEX #D0C21B Bird Flower

📋 copy color: '#D0C21B'

red 208 ◦ green 194 ◦ blue 27

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

Shades of Bird Flower #D0C21B

Tints of Bird Flower #D0C21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.22%

 BLUE value IS 27 (10.94% from 255) = 6.29%

R = 48.48%
G = 45.22%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0C21B (or 0xD0C21B) is known color: Bird Flower. HEX triplet: D0, C2 and 1B. RGB value is (208,194,27). Sum of RGB (Red+Green+Blue) = 208+194+27=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C21B is #2F3DE4. Grayscale: #B3B3B3. Windows color (decimal): -3096037 or 1819344. OLE color: 1819344.

HSL color Cylindrical-coordinate representation of color #D0C21B: hue angle of 55.36º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0C21B is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 194 27 -
CMYK 0 0.07 0.87 0.18
HSL 55.36º 0.77% 0.46% -
HSV(B) 55.36º 0.87% 0.82% -
XYZ 45.5 52.07 8.69 -
YUV 179.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 208 194 27 0 0.07 0.87 0.18 55.36 0.77 0.46
Hex D0 C2 1B 0 7 57 12 37 4D 2E
Octal 320 302 33 0 7 127 22 67 115 56
Binary 11010000 11000010 11011 0 111 1010111 10010 110111 1001101 101110

Color Harmonies of #D0C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C21B

Black with #D0C21B

Text Example


Text Example

White with #D0C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C21B; }

 p { color: rgb(208,194,27); }

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

background-color css

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

 a { background-color: rgb(208,194,27); }

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

border-color css

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

 span { border-color: rgb(208,194,27); }

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