Html Css Color HEX #D0CB1A Barberry

📋 copy color: '#D0CB1A'

red 208 ◦ green 203 ◦ blue 26

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

Shades of Barberry #D0CB1A

Tints of Barberry #D0CB1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.95%

R = 47.6%
G = 46.45%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0CB1A (or 0xD0CB1A) is known color: Barberry. HEX triplet: D0, CB and 1A. RGB value is (208,203,26). Sum of RGB (Red+Green+Blue) = 208+203+26=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB1A is #2F34E5. Grayscale: #B9B9B9. Windows color (decimal): -3093734 or 1756112. OLE color: 1756112.

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

Color convert

RGB 208 203 26 -
CMYK 0 0.02 0.88 0.18
HSL 58.35º 0.78% 0.46% -
HSV(B) 58.35º 0.88% 0.82% -
XYZ 47.55 56.2 9.32 -
YUV 184.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 208 203 26 0 0.02 0.88 0.18 58.35 0.78 0.46
Hex D0 CB 1A 0 2 58 12 3A 4E 2E
Octal 320 313 32 0 2 130 22 72 116 56
Binary 11010000 11001011 11010 0 10 1011000 10010 111010 1001110 101110

Color Harmonies of #D0CB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB1A

Black with #D0CB1A

Text Example


Text Example

White with #D0CB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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