Html Css Color HEX #CBC71C Barberry

📋 copy color: '#CBC71C'

red 203 ◦ green 199 ◦ blue 28

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

Shades of Barberry #CBC71C

Tints of Barberry #CBC71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 47.21%
G = 46.28%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBC71C (or 0xCBC71C) is known color: Barberry. HEX triplet: CB, C7 and 1C. RGB value is (203,199,28). Sum of RGB (Red+Green+Blue) = 203+199+28=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC71C is #3438E3. Grayscale: #B5B5B5. Windows color (decimal): -3422436 or 1886155. OLE color: 1886155.

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

Color convert

RGB 203 199 28 -
CMYK 0 0.02 0.86 0.20
HSL 58.63º 0.76% 0.45% -
HSV(B) 58.63º 0.86% 0.8% -
XYZ 45.26 53.63 9.06 -
YUV 180.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 203 199 28 0 0.02 0.86 0.20 58.63 0.76 0.45
Hex CB C7 1C 0 2 56 14 3B 4C 2D
Octal 313 307 34 0 2 126 24 73 114 55
Binary 11001011 11000111 11100 0 10 1010110 10100 111011 1001100 101101

Color Harmonies of #CBC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC71C

Black with #CBC71C

Text Example


Text Example

White with #CBC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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