Html Css Color HEX #D0CE1E Barberry

📋 copy color: '#D0CE1E'

red 208 ◦ green 206 ◦ blue 30

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

Shades of Barberry #D0CE1E

Tints of Barberry #D0CE1E

RGB

 RED value IS 208 (81.64% from 255) = 46.85%

 GREEN value IS 206 (80.86% from 255) = 46.4%

 BLUE value IS 30 (12.11% from 255) = 6.76%

R = 46.85%
G = 46.4%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0CE1E (or 0xD0CE1E) is known color: Barberry. HEX triplet: D0, CE and 1E. RGB value is (208,206,30). Sum of RGB (Red+Green+Blue) = 208+206+30=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE1E is #2F31E1. Grayscale: #BBBBBB. Windows color (decimal): -3092962 or 2019024. OLE color: 2019024.

HSL color Cylindrical-coordinate representation of color #D0CE1E: hue angle of 59.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0CE1E is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 206 30 -
CMYK 0 0.01 0.86 0.18
HSL 59.33º 0.75% 0.47% -
HSV(B) 59.33º 0.86% 0.82% -
XYZ 48.32 57.65 9.81 -
YUV 186.53 39.66 143.31 -
System Red Green Blue C M Y K H S L
Decimal 208 206 30 0 0.01 0.86 0.18 59.33 0.75 0.47
Hex D0 CE 1E 0 1 56 12 3B 4B 2F
Octal 320 316 36 0 1 126 22 73 113 57
Binary 11010000 11001110 11110 0 1 1010110 10010 111011 1001011 101111

Color Harmonies of #D0CE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CE1E

Black with #D0CE1E

Text Example


Text Example

White with #D0CE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CE1E; }

 p { color: rgb(208,206,30); }

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

background-color css

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

 a { background-color: rgb(208,206,30); }

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

border-color css

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

 span { border-color: rgb(208,206,30); }

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