Html Css Color HEX #D8CD14 Barberry

📋 copy color: '#D8CD14'

red 216 ◦ green 205 ◦ blue 20

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

Shades of Barberry #D8CD14

Tints of Barberry #D8CD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 48.98%
G = 46.49%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D8CD14 (or 0xD8CD14) is known color: Barberry. HEX triplet: D8, CD and 14. RGB value is (216,205,20). Sum of RGB (Red+Green+Blue) = 216+205+20=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CD14 is #2732EB. Grayscale: #BBBBBB. Windows color (decimal): -2568940 or 1363416. OLE color: 1363416.

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

Color convert

RGB 216 205 20 -
CMYK 0 0.05 0.91 0.15
HSL 56.63º 0.83% 0.46% -
HSV(B) 56.63º 0.91% 0.85% -
XYZ 50.28 58.31 9.27 -
YUV 187.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 216 205 20 0 0.05 0.91 0.15 56.63 0.83 0.46
Hex D8 CD 14 0 5 5B F 39 53 2E
Octal 330 315 24 0 5 133 17 71 123 56
Binary 11011000 11001101 10100 0 101 1011011 1111 111001 1010011 101110

Color Harmonies of #D8CD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD14

Black with #D8CD14

Text Example


Text Example

White with #D8CD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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