Html Css Color HEX #CBC71A Barberry

📋 copy color: '#CBC71A'

red 203 ◦ green 199 ◦ blue 26

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

Shades of Barberry #CBC71A

Tints of Barberry #CBC71A

RGB

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

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

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

R = 47.43%
G = 46.5%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CBC71A (or 0xCBC71A) is known color: Barberry. HEX triplet: CB, C7 and 1A. RGB value is (203,199,26). Sum of RGB (Red+Green+Blue) = 203+199+26=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC71A is #3438E5. Grayscale: #B5B5B5. Windows color (decimal): -3422438 or 1755083. OLE color: 1755083.

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

Color convert

RGB 203 199 26 -
CMYK 0 0.02 0.87 0.20
HSL 58.64º 0.77% 0.45% -
HSV(B) 58.64º 0.87% 0.8% -
XYZ 45.24 53.62 8.94 -
YUV 180.47 40.83 144.07 -
System Red Green Blue C M Y K H S L
Decimal 203 199 26 0 0.02 0.87 0.20 58.64 0.77 0.45
Hex CB C7 1A 0 2 57 14 3B 4D 2D
Octal 313 307 32 0 2 127 24 73 115 55
Binary 11001011 11000111 11010 0 10 1010111 10100 111011 1001101 101101

Color Harmonies of #CBC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC71A

Black with #CBC71A

Text Example


Text Example

White with #CBC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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