Html Css Color HEX #D8CF1D Barberry

📋 copy color: '#D8CF1D'

red 216 ◦ green 207 ◦ blue 29

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

Shades of Barberry #D8CF1D

Tints of Barberry #D8CF1D

RGB

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

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

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

R = 47.79%
G = 45.8%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8CF1D (or 0xD8CF1D) is known color: Barberry. HEX triplet: D8, CF and 1D. RGB value is (216,207,29). Sum of RGB (Red+Green+Blue) = 216+207+29=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF1D is #2730E2. Grayscale: #BEBEBE. Windows color (decimal): -2568419 or 1953752. OLE color: 1953752.

HSL color Cylindrical-coordinate representation of color #D8CF1D: hue angle of 57.11º 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 #D8CF1D is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 207 29 -
CMYK 0 0.04 0.87 0.15
HSL 57.11º 0.76% 0.48% -
HSV(B) 57.11º 0.87% 0.85% -
XYZ 50.85 59.31 9.93 -
YUV 189.4 37.48 146.97 -
System Red Green Blue C M Y K H S L
Decimal 216 207 29 0 0.04 0.87 0.15 57.11 0.76 0.48
Hex D8 CF 1D 0 4 57 F 39 4C 30
Octal 330 317 35 0 4 127 17 71 114 60
Binary 11011000 11001111 11101 0 100 1010111 1111 111001 1001100 110000

Color Harmonies of #D8CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF1D

Black with #D8CF1D

Text Example


Text Example

White with #D8CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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