Html Css Color HEX #CBC41D Barberry

📋 copy color: '#CBC41D'

red 203 ◦ green 196 ◦ blue 29

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

Shades of Barberry #CBC41D

Tints of Barberry #CBC41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.79%

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 47.43%
G = 45.79%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBC41D (or 0xCBC41D) is known color: Barberry. HEX triplet: CB, C4 and 1D. RGB value is (203,196,29). Sum of RGB (Red+Green+Blue) = 203+196+29=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC41D is #343BE2. Grayscale: #B3B3B3. Windows color (decimal): -3423203 or 1950923. OLE color: 1950923.

HSL color Cylindrical-coordinate representation of color #CBC41D: hue angle of 57.59º degrees, saturation: 0.75, 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 #CBC41D is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 29 -
CMYK 0 0.03 0.86 0.20
HSL 57.59º 0.75% 0.45% -
HSV(B) 57.59º 0.86% 0.8% -
XYZ 44.59 52.27 8.9 -
YUV 179.06 43.32 145.08 -
System Red Green Blue C M Y K H S L
Decimal 203 196 29 0 0.03 0.86 0.20 57.59 0.75 0.45
Hex CB C4 1D 0 3 56 14 3A 4B 2D
Octal 313 304 35 0 3 126 24 72 113 55
Binary 11001011 11000100 11101 0 11 1010110 10100 111010 1001011 101101

Color Harmonies of #CBC41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC41D

Black with #CBC41D

Text Example


Text Example

White with #CBC41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC41D; }

 p { color: rgb(203,196,29); }

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

background-color css

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

 a { background-color: rgb(203,196,29); }

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

border-color css

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

 span { border-color: rgb(203,196,29); }

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