Html Css Color HEX #D8CA2D Barberry

📋 copy color: '#D8CA2D'

red 216 ◦ green 202 ◦ blue 45

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

Shades of Barberry #D8CA2D

Tints of Barberry #D8CA2D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.63%

 BLUE value IS 45 (17.97% from 255) = 9.72%

R = 46.65%
G = 43.63%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8CA2D (or 0xD8CA2D) is known color: Barberry. HEX triplet: D8, CA and 2D. RGB value is (216,202,45). Sum of RGB (Red+Green+Blue) = 216+202+45=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CA2D is #2735D2. Grayscale: #BCBCBC. Windows color (decimal): -2569683 or 3001048. OLE color: 3001048.

HSL color Cylindrical-coordinate representation of color #D8CA2D: hue angle of 55.09º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8CA2D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 202 45 -
CMYK 0 0.06 0.79 0.15
HSL 55.09º 0.69% 0.51% -
HSV(B) 55.09º 0.79% 0.85% -
XYZ 49.91 57.03 10.86 -
YUV 188.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 216 202 45 0 0.06 0.79 0.15 55.09 0.69 0.51
Hex D8 CA 2D 0 6 4F F 37 45 33
Octal 330 312 55 0 6 117 17 67 105 63
Binary 11011000 11001010 101101 0 110 1001111 1111 110111 1000101 110011

Color Harmonies of #D8CA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CA2D

Black with #D8CA2D

Text Example


Text Example

White with #D8CA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CA2D; }

 p { color: rgb(216,202,45); }

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

background-color css

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

 a { background-color: rgb(216,202,45); }

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

border-color css

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

 span { border-color: rgb(216,202,45); }

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