Html Css Color HEX #D8CD1D Barberry

📋 copy color: '#D8CD1D'

red 216 ◦ green 205 ◦ blue 29

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

Shades of Barberry #D8CD1D

Tints of Barberry #D8CD1D

RGB

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

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

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

R = 48%
G = 45.56%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8CD1D (or 0xD8CD1D) is known color: Barberry. HEX triplet: D8, CD and 1D. RGB value is (216,205,29). Sum of RGB (Red+Green+Blue) = 216+205+29=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CD1D is #2732E2. Grayscale: #BCBCBC. Windows color (decimal): -2568931 or 1953240. OLE color: 1953240.

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

Color convert

RGB 216 205 29 -
CMYK 0 0.05 0.87 0.15
HSL 56.47º 0.76% 0.48% -
HSV(B) 56.47º 0.87% 0.85% -
XYZ 50.37 58.35 9.77 -
YUV 188.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 216 205 29 0 0.05 0.87 0.15 56.47 0.76 0.48
Hex D8 CD 1D 0 5 57 F 38 4C 30
Octal 330 315 35 0 5 127 17 70 114 60
Binary 11011000 11001101 11101 0 101 1010111 1111 111000 1001100 110000

Color Harmonies of #D8CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD1D

Black with #D8CD1D

Text Example


Text Example

White with #D8CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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