Html Css Color HEX #D7CB1D Barberry

📋 copy color: '#D7CB1D'

red 215 ◦ green 203 ◦ blue 29

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

Shades of Barberry #D7CB1D

Tints of Barberry #D7CB1D

RGB

 RED value IS 215 (84.38% from 255) = 48.1%

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

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

R = 48.1%
G = 45.41%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7CB1D (or 0xD7CB1D) is known color: Barberry. HEX triplet: D7, CB and 1D. RGB value is (215,203,29). Sum of RGB (Red+Green+Blue) = 215+203+29=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB1D is #2834E2. Grayscale: #BBBBBB. Windows color (decimal): -2634979 or 1952727. OLE color: 1952727.

HSL color Cylindrical-coordinate representation of color #D7CB1D: hue angle of 56.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7CB1D is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 203 29 -
CMYK 0 0.06 0.87 0.16
HSL 56.13º 0.76% 0.48% -
HSV(B) 56.13º 0.87% 0.84% -
XYZ 49.6 57.25 9.6 -
YUV 186.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 215 203 29 0 0.06 0.87 0.16 56.13 0.76 0.48
Hex D7 CB 1D 0 6 57 10 38 4C 30
Octal 327 313 35 0 6 127 20 70 114 60
Binary 11010111 11001011 11101 0 110 1010111 10000 111000 1001100 110000

Color Harmonies of #D7CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB1D

Black with #D7CB1D

Text Example


Text Example

White with #D7CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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