Html Css Color HEX #D0CB1D Barberry

📋 copy color: '#D0CB1D'

red 208 ◦ green 203 ◦ blue 29

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

Shades of Barberry #D0CB1D

Tints of Barberry #D0CB1D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

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

R = 47.27%
G = 46.14%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0CB1D (or 0xD0CB1D) is known color: Barberry. HEX triplet: D0, CB and 1D. RGB value is (208,203,29). Sum of RGB (Red+Green+Blue) = 208+203+29=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB1D is #2F34E2. Grayscale: #B9B9B9. Windows color (decimal): -3093731 or 1952720. OLE color: 1952720.

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

Color convert

RGB 208 203 29 -
CMYK 0 0.02 0.86 0.18
HSL 58.32º 0.76% 0.46% -
HSV(B) 58.32º 0.86% 0.82% -
XYZ 47.59 56.21 9.5 -
YUV 184.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 208 203 29 0 0.02 0.86 0.18 58.32 0.76 0.46
Hex D0 CB 1D 0 2 56 12 3A 4C 2E
Octal 320 313 35 0 2 126 22 72 114 56
Binary 11010000 11001011 11101 0 10 1010110 10010 111010 1001100 101110

Color Harmonies of #D0CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB1D

Black with #D0CB1D

Text Example


Text Example

White with #D0CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB1D; }

 p { color: rgb(208,203,29); }

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

background-color css

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

 a { background-color: rgb(208,203,29); }

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

border-color css

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

 span { border-color: rgb(208,203,29); }

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