Html Css Color HEX #D1CC0D Bird Flower

📋 copy color: '#D1CC0D'

red 209 ◦ green 204 ◦ blue 13

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

Shades of Bird Flower #D1CC0D

Tints of Bird Flower #D1CC0D

RGB

 RED value IS 209 (82.03% from 255) = 49.06%

 GREEN value IS 204 (80.08% from 255) = 47.89%

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

R = 49.06%
G = 47.89%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1CC0D (or 0xD1CC0D) is known color: Bird Flower. HEX triplet: D1, CC and 0D. RGB value is (209,204,13). Sum of RGB (Red+Green+Blue) = 209+204+13=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 13 (5.47% from 255 or 3.05% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CC0D is #2E33F2. Grayscale: #B8B8B8. Windows color (decimal): -3027955 or 904401. OLE color: 904401.

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

Color convert

RGB 209 204 13 -
CMYK 0 0.02 0.94 0.18
HSL 58.47º 0.88% 0.44% -
HSV(B) 58.47º 0.94% 0.82% -
XYZ 47.96 56.77 8.81 -
YUV 183.72 31.66 146.03 -
System Red Green Blue C M Y K H S L
Decimal 209 204 13 0 0.02 0.94 0.18 58.47 0.88 0.44
Hex D1 CC D 0 2 5E 12 3A 58 2C
Octal 321 314 15 0 2 136 22 72 130 54
Binary 11010001 11001100 1101 0 10 1011110 10010 111010 1011000 101100

Color Harmonies of #D1CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC0D

Black with #D1CC0D

Text Example


Text Example

White with #D1CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC0D; }

 p { color: rgb(209,204,13); }

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

background-color css

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

 a { background-color: rgb(209,204,13); }

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

border-color css

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

 span { border-color: rgb(209,204,13); }

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