Html Css Color HEX #D2C01D Bird Flower

📋 copy color: '#D2C01D'

red 210 ◦ green 192 ◦ blue 29

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

Shades of Bird Flower #D2C01D

Tints of Bird Flower #D2C01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 29 (11.72% from 255) = 6.73%

R = 48.72%
G = 44.55%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2C01D (or 0xD2C01D) is known color: Bird Flower. HEX triplet: D2, C0 and 1D. RGB value is (210,192,29). Sum of RGB (Red+Green+Blue) = 210+192+29=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C01D is #2D3FE2. Grayscale: #B3B3B3. Windows color (decimal): -2965475 or 1949906. OLE color: 1949906.

HSL color Cylindrical-coordinate representation of color #D2C01D: hue angle of 54.03º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2C01D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 192 29 -
CMYK 0 0.09 0.86 0.18
HSL 54.03º 0.76% 0.47% -
HSV(B) 54.03º 0.86% 0.82% -
XYZ 45.65 51.49 8.69 -
YUV 178.8 43.46 150.25 -
System Red Green Blue C M Y K H S L
Decimal 210 192 29 0 0.09 0.86 0.18 54.03 0.76 0.47
Hex D2 C0 1D 0 9 56 12 36 4C 2F
Octal 322 300 35 0 11 126 22 66 114 57
Binary 11010010 11000000 11101 0 1001 1010110 10010 110110 1001100 101111

Color Harmonies of #D2C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C01D

Black with #D2C01D

Text Example


Text Example

White with #D2C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C01D; }

 p { color: rgb(210,192,29); }

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

background-color css

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

 a { background-color: rgb(210,192,29); }

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

border-color css

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

 span { border-color: rgb(210,192,29); }

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