Html Css Color HEX #D0C21D Barberry

📋 copy color: '#D0C21D'

red 208 ◦ green 194 ◦ blue 29

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

Shades of Barberry #D0C21D

Tints of Barberry #D0C21D

RGB

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

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

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

R = 48.26%
G = 45.01%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0C21D (or 0xD0C21D) is known color: Barberry. HEX triplet: D0, C2 and 1D. RGB value is (208,194,29). Sum of RGB (Red+Green+Blue) = 208+194+29=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C21D is #2F3DE2. Grayscale: #B4B4B4. Windows color (decimal): -3096035 or 1950416. OLE color: 1950416.

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

Color convert

RGB 208 194 29 -
CMYK 0 0.07 0.86 0.18
HSL 55.31º 0.76% 0.46% -
HSV(B) 55.31º 0.86% 0.82% -
XYZ 45.53 52.08 8.82 -
YUV 179.38 43.14 148.42 -
System Red Green Blue C M Y K H S L
Decimal 208 194 29 0 0.07 0.86 0.18 55.31 0.76 0.46
Hex D0 C2 1D 0 7 56 12 37 4C 2E
Octal 320 302 35 0 7 126 22 67 114 56
Binary 11010000 11000010 11101 0 111 1010110 10010 110111 1001100 101110

Color Harmonies of #D0C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C21D

Black with #D0C21D

Text Example


Text Example

White with #D0C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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