Html Css Color HEX #D0CD1D Barberry

📋 copy color: '#D0CD1D'

red 208 ◦ green 205 ◦ blue 29

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

Shades of Barberry #D0CD1D

Tints of Barberry #D0CD1D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.38%

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

R = 47.06%
G = 46.38%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0CD1D (or 0xD0CD1D) is known color: Barberry. HEX triplet: D0, CD and 1D. RGB value is (208,205,29). Sum of RGB (Red+Green+Blue) = 208+205+29=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD1D is #2F32E2. Grayscale: #BABABA. Windows color (decimal): -3093219 or 1953232. OLE color: 1953232.

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

Color convert

RGB 208 205 29 -
CMYK 0 0.01 0.86 0.18
HSL 58.99º 0.76% 0.46% -
HSV(B) 58.99º 0.86% 0.82% -
XYZ 48.07 57.16 9.66 -
YUV 185.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 208 205 29 0 0.01 0.86 0.18 58.99 0.76 0.46
Hex D0 CD 1D 0 1 56 12 3B 4C 2E
Octal 320 315 35 0 1 126 22 73 114 56
Binary 11010000 11001101 11101 0 1 1010110 10010 111011 1001100 101110

Color Harmonies of #D0CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD1D

Black with #D0CD1D

Text Example


Text Example

White with #D0CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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