Html Css Color HEX #D8CF12 Barberry

📋 copy color: '#D8CF12'

red 216 ◦ green 207 ◦ blue 18

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

Shades of Barberry #D8CF12

Tints of Barberry #D8CF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.94%

 BLUE value IS 18 (7.42% from 255) = 4.08%

R = 48.98%
G = 46.94%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D8CF12 (or 0xD8CF12) is known color: Barberry. HEX triplet: D8, CF and 12. RGB value is (216,207,18). Sum of RGB (Red+Green+Blue) = 216+207+18=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CF12 is #2730ED. Grayscale: #BCBCBC. Windows color (decimal): -2568430 or 1232856. OLE color: 1232856.

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

Color convert

RGB 216 207 18 -
CMYK 0 0.04 0.92 0.15
HSL 57.27º 0.85% 0.46% -
HSV(B) 57.27º 0.92% 0.85% -
XYZ 50.74 59.27 9.34 -
YUV 188.15 31.98 147.87 -
System Red Green Blue C M Y K H S L
Decimal 216 207 18 0 0.04 0.92 0.15 57.27 0.85 0.46
Hex D8 CF 12 0 4 5C F 39 55 2E
Octal 330 317 22 0 4 134 17 71 125 56
Binary 11011000 11001111 10010 0 100 1011100 1111 111001 1010101 101110

Color Harmonies of #D8CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF12

Black with #D8CF12

Text Example


Text Example

White with #D8CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF12; }

 p { color: rgb(216,207,18); }

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

background-color css

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

 a { background-color: rgb(216,207,18); }

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

border-color css

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

 span { border-color: rgb(216,207,18); }

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