Html Css Color HEX #D8D422 Barberry

📋 copy color: '#D8D422'

red 216 ◦ green 212 ◦ blue 34

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

Shades of Barberry #D8D422

Tints of Barberry #D8D422

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.89%

 BLUE value IS 34 (13.67% from 255) = 7.36%

R = 46.75%
G = 45.89%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8D422 (or 0xD8D422) is known color: Barberry. HEX triplet: D8, D4 and 22. RGB value is (216,212,34). Sum of RGB (Red+Green+Blue) = 216+212+34=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D422 is #272BDD. Grayscale: #C1C1C1. Windows color (decimal): -2567134 or 2282712. OLE color: 2282712.

HSL color Cylindrical-coordinate representation of color #D8D422: hue angle of 58.68º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8D422 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 212 34 -
CMYK 0 0.02 0.84 0.15
HSL 58.68º 0.73% 0.49% -
HSV(B) 58.68º 0.84% 0.85% -
XYZ 52.15 61.8 10.69 -
YUV 192.9 38.33 144.47 -
System Red Green Blue C M Y K H S L
Decimal 216 212 34 0 0.02 0.84 0.15 58.68 0.73 0.49
Hex D8 D4 22 0 2 54 F 3B 49 31
Octal 330 324 42 0 2 124 17 73 111 61
Binary 11011000 11010100 100010 0 10 1010100 1111 111011 1001001 110001

Color Harmonies of #D8D422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D422

Black with #D8D422

Text Example


Text Example

White with #D8D422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D422; }

 p { color: rgb(216,212,34); }

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

background-color css

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

 a { background-color: rgb(216,212,34); }

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

border-color css

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

 span { border-color: rgb(216,212,34); }

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