Html Css Color HEX #CBC022 Barberry

📋 copy color: '#CBC022'

red 203 ◦ green 192 ◦ blue 34

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

Shades of Barberry #CBC022

Tints of Barberry #CBC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

 BLUE value IS 34 (13.67% from 255) = 7.93%

R = 47.32%
G = 44.76%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBC022 (or 0xCBC022) is known color: Barberry. HEX triplet: CB, C0 and 22. RGB value is (203,192,34). Sum of RGB (Red+Green+Blue) = 203+192+34=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC022 is #343FDD. Grayscale: #B1B1B1. Windows color (decimal): -3424222 or 2277579. OLE color: 2277579.

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

Color convert

RGB 203 192 34 -
CMYK 0 0.05 0.83 0.20
HSL 56.09º 0.71% 0.46% -
HSV(B) 56.09º 0.83% 0.8% -
XYZ 43.77 50.51 8.96 -
YUV 177.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 203 192 34 0 0.05 0.83 0.20 56.09 0.71 0.46
Hex CB C0 22 0 5 53 14 38 47 2E
Octal 313 300 42 0 5 123 24 70 107 56
Binary 11001011 11000000 100010 0 101 1010011 10100 111000 1000111 101110

Color Harmonies of #CBC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC022

Black with #CBC022

Text Example


Text Example

White with #CBC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC022; }

 p { color: rgb(203,192,34); }

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

background-color css

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

 a { background-color: rgb(203,192,34); }

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

border-color css

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

 span { border-color: rgb(203,192,34); }

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