Html Css Color HEX #D8CD1E Barberry

📋 copy color: '#D8CD1E'

red 216 ◦ green 205 ◦ blue 30

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

Shades of Barberry #D8CD1E

Tints of Barberry #D8CD1E

RGB

 RED value IS 216 (84.77% from 255) = 47.89%

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

 BLUE value IS 30 (12.11% from 255) = 6.65%

R = 47.89%
G = 45.45%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8CD1E (or 0xD8CD1E) is known color: Barberry. HEX triplet: D8, CD and 1E. RGB value is (216,205,30). Sum of RGB (Red+Green+Blue) = 216+205+30=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD1E is #2732E1. Grayscale: #BDBDBD. Windows color (decimal): -2568930 or 2018776. OLE color: 2018776.

HSL color Cylindrical-coordinate representation of color #D8CD1E: hue angle of 56.45º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8CD1E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 205 30 -
CMYK 0 0.05 0.86 0.15
HSL 56.45º 0.76% 0.48% -
HSV(B) 56.45º 0.86% 0.85% -
XYZ 50.38 58.36 9.84 -
YUV 188.34 38.64 147.73 -
System Red Green Blue C M Y K H S L
Decimal 216 205 30 0 0.05 0.86 0.15 56.45 0.76 0.48
Hex D8 CD 1E 0 5 56 F 38 4C 30
Octal 330 315 36 0 5 126 17 70 114 60
Binary 11011000 11001101 11110 0 101 1010110 1111 111000 1001100 110000

Color Harmonies of #D8CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD1E

Black with #D8CD1E

Text Example


Text Example

White with #D8CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD1E; }

 p { color: rgb(216,205,30); }

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

background-color css

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

 a { background-color: rgb(216,205,30); }

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

border-color css

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

 span { border-color: rgb(216,205,30); }

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