Html Css Color HEX #CBC71E Barberry

📋 copy color: '#CBC71E'

red 203 ◦ green 199 ◦ blue 30

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

Shades of Barberry #CBC71E

Tints of Barberry #CBC71E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

 BLUE value IS 30 (12.11% from 255) = 6.94%

R = 46.99%
G = 46.06%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CBC71E (or 0xCBC71E) is known color: Barberry. HEX triplet: CB, C7 and 1E. RGB value is (203,199,30). Sum of RGB (Red+Green+Blue) = 203+199+30=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC71E is #3438E1. Grayscale: #B5B5B5. Windows color (decimal): -3422434 or 2017227. OLE color: 2017227.

HSL color Cylindrical-coordinate representation of color #CBC71E: hue angle of 58.61º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBC71E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 30 -
CMYK 0 0.02 0.85 0.20
HSL 58.61º 0.74% 0.46% -
HSV(B) 58.61º 0.85% 0.8% -
XYZ 45.29 53.64 9.19 -
YUV 180.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 203 199 30 0 0.02 0.85 0.20 58.61 0.74 0.46
Hex CB C7 1E 0 2 55 14 3B 4A 2E
Octal 313 307 36 0 2 125 24 73 112 56
Binary 11001011 11000111 11110 0 10 1010101 10100 111011 1001010 101110

Color Harmonies of #CBC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC71E

Black with #CBC71E

Text Example


Text Example

White with #CBC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC71E; }

 p { color: rgb(203,199,30); }

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

background-color css

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

 a { background-color: rgb(203,199,30); }

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

border-color css

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

 span { border-color: rgb(203,199,30); }

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