Html Css Color HEX #CBC920 Barberry

📋 copy color: '#CBC920'

red 203 ◦ green 201 ◦ blue 32

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

Shades of Barberry #CBC920

Tints of Barberry #CBC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.1%

 BLUE value IS 32 (12.89% from 255) = 7.34%

R = 46.56%
G = 46.1%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CBC920 (or 0xCBC920) is known color: Barberry. HEX triplet: CB, C9 and 20. RGB value is (203,201,32). Sum of RGB (Red+Green+Blue) = 203+201+32=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC920 is #3436DF. Grayscale: #B7B7B7. Windows color (decimal): -3421920 or 2148811. OLE color: 2148811.

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

Color convert

RGB 203 201 32 -
CMYK 0 0.01 0.84 0.20
HSL 59.3º 0.73% 0.46% -
HSV(B) 59.3º 0.84% 0.8% -
XYZ 45.78 54.57 9.49 -
YUV 182.33 43.16 142.74 -
System Red Green Blue C M Y K H S L
Decimal 203 201 32 0 0.01 0.84 0.20 59.3 0.73 0.46
Hex CB C9 20 0 1 54 14 3B 49 2E
Octal 313 311 40 0 1 124 24 73 111 56
Binary 11001011 11001001 100000 0 1 1010100 10100 111011 1001001 101110

Color Harmonies of #CBC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC920

Black with #CBC920

Text Example


Text Example

White with #CBC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC920; }

 p { color: rgb(203,201,32); }

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

background-color css

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

 a { background-color: rgb(203,201,32); }

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

border-color css

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

 span { border-color: rgb(203,201,32); }

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