Html Css Color HEX #D0C11D Barberry

📋 copy color: '#D0C11D'

red 208 ◦ green 193 ◦ blue 29

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

Shades of Barberry #D0C11D

Tints of Barberry #D0C11D

RGB

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

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

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

R = 48.37%
G = 44.88%
B = 6.74%

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

#D0C11D (or 0xD0C11D) is known color: Barberry. HEX triplet: D0, C1 and 1D. RGB value is (208,193,29). Sum of RGB (Red+Green+Blue) = 208+193+29=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C11D is #2F3EE2. Grayscale: #B3B3B3. Windows color (decimal): -3096291 or 1950160. OLE color: 1950160.

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

Color convert

RGB 208 193 29 -
CMYK 0 0.07 0.86 0.18
HSL 54.97º 0.76% 0.46% -
HSV(B) 54.97º 0.86% 0.82% -
XYZ 45.3 51.64 8.74 -
YUV 178.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 208 193 29 0 0.07 0.86 0.18 54.97 0.76 0.46
Hex D0 C1 1D 0 7 56 12 37 4C 2E
Octal 320 301 35 0 7 126 22 67 114 56
Binary 11010000 11000001 11101 0 111 1010110 10010 110111 1001100 101110

Color Harmonies of #D0C11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C11D

Black with #D0C11D

Text Example


Text Example

White with #D0C11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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