Html Css Color HEX #D7CB26 Barberry

📋 copy color: '#D7CB26'

red 215 ◦ green 203 ◦ blue 38

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

Shades of Barberry #D7CB26

Tints of Barberry #D7CB26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.33%

R = 47.15%
G = 44.52%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D7CB26 (or 0xD7CB26) is known color: Barberry. HEX triplet: D7, CB and 26. RGB value is (215,203,38). Sum of RGB (Red+Green+Blue) = 215+203+38=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB26 is #2834D9. Grayscale: #BCBCBC. Windows color (decimal): -2634970 or 2542551. OLE color: 2542551.

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

Color convert

RGB 215 203 38 -
CMYK 0 0.06 0.82 0.16
HSL 55.93º 0.7% 0.5% -
HSV(B) 55.93º 0.82% 0.84% -
XYZ 49.73 57.3 10.27 -
YUV 187.78 43.48 147.42 -
System Red Green Blue C M Y K H S L
Decimal 215 203 38 0 0.06 0.82 0.16 55.93 0.7 0.5
Hex D7 CB 26 0 6 52 10 38 46 32
Octal 327 313 46 0 6 122 20 70 106 62
Binary 11010111 11001011 100110 0 110 1010010 10000 111000 1000110 110010

Color Harmonies of #D7CB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB26

Black with #D7CB26

Text Example


Text Example

White with #D7CB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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