Html Css Color HEX #CBC029 Barberry

📋 copy color: '#CBC029'

red 203 ◦ green 192 ◦ blue 41

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

Shades of Barberry #CBC029

Tints of Barberry #CBC029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.4%

R = 46.56%
G = 44.04%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC029 (or 0xCBC029) is known color: Barberry. HEX triplet: CB, C0 and 29. RGB value is (203,192,41). Sum of RGB (Red+Green+Blue) = 203+192+41=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC029 is #343FD6. Grayscale: #B2B2B2. Windows color (decimal): -3424215 or 2736331. OLE color: 2736331.

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

Color convert

RGB 203 192 41 -
CMYK 0 0.05 0.80 0.20
HSL 55.93º 0.66% 0.48% -
HSV(B) 55.93º 0.8% 0.8% -
XYZ 43.88 50.56 9.54 -
YUV 178.08 50.64 145.78 -
System Red Green Blue C M Y K H S L
Decimal 203 192 41 0 0.05 0.80 0.20 55.93 0.66 0.48
Hex CB C0 29 0 5 50 14 38 42 30
Octal 313 300 51 0 5 120 24 70 102 60
Binary 11001011 11000000 101001 0 101 1010000 10100 111000 1000010 110000

Color Harmonies of #CBC029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC029

Black with #CBC029

Text Example


Text Example

White with #CBC029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC029; }

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

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

background-color css

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

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

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

border-color css

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

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

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