Html Css Color HEX #CBD710 Barberry

📋 copy color: '#CBD710'

red 203 ◦ green 215 ◦ blue 16

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

Shades of Barberry #CBD710

Tints of Barberry #CBD710

RGB

 RED value IS 203 (79.69% from 255) = 46.77%

 GREEN value IS 215 (84.38% from 255) = 49.54%

 BLUE value IS 16 (6.64% from 255) = 3.69%

R = 46.77%
G = 49.54%
B = 3.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CBD710 (or 0xCBD710) is known color: Barberry. HEX triplet: CB, D7 and 10. RGB value is (203,215,16). Sum of RGB (Red+Green+Blue) = 203+215+16=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD710 is #3428EF. Grayscale: #BDBDBD. Windows color (decimal): -3418352 or 1103819. OLE color: 1103819.

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

Color convert

RGB 203 215 16 -
CMYK 0.06 0 0.93 0.16
HSL 63.62º 0.86% 0.45% -
HSV(B) 63.62º 0.93% 0.84% -
XYZ 49.02 61.33 9.75 -
YUV 188.73 30.52 138.18 -
System Red Green Blue C M Y K H S L
Decimal 203 215 16 0.06 0 0.93 0.16 63.62 0.86 0.45
Hex CB D7 10 6 0 5D 10 40 56 2D
Octal 313 327 20 6 0 135 20 100 126 55
Binary 11001011 11010111 10000 110 0 1011101 10000 1000000 1010110 101101

Color Harmonies of #CBD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD710

Black with #CBD710

Text Example


Text Example

White with #CBD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD710; }

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

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

background-color css

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

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

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

border-color css

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

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

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