Html Css Color HEX #CBC929 Barberry

📋 copy color: '#CBC929'

red 203 ◦ green 201 ◦ blue 41

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

Shades of Barberry #CBC929

Tints of Barberry #CBC929

RGB

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

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

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

R = 45.62%
G = 45.17%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CBC929 (or 0xCBC929) is known color: Barberry. HEX triplet: CB, C9 and 29. RGB value is (203,201,41). Sum of RGB (Red+Green+Blue) = 203+201+41=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC929 is #3436D6. Grayscale: #B7B7B7. Windows color (decimal): -3421911 or 2738635. OLE color: 2738635.

HSL color Cylindrical-coordinate representation of color #CBC929: hue angle of 59.26º 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 #CBC929 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 201 41 -
CMYK 0 0.01 0.80 0.20
HSL 59.26º 0.66% 0.48% -
HSV(B) 59.26º 0.8% 0.8% -
XYZ 45.92 54.63 10.22 -
YUV 183.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 203 201 41 0 0.01 0.80 0.20 59.26 0.66 0.48
Hex CB C9 29 0 1 50 14 3B 42 30
Octal 313 311 51 0 1 120 24 73 102 60
Binary 11001011 11001001 101001 0 1 1010000 10100 111011 1000010 110000

Color Harmonies of #CBC929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC929

Black with #CBC929

Text Example


Text Example

White with #CBC929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC929; }

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

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

background-color css

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

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

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

border-color css

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

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

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