Html Css Color HEX #CBC51D Barberry

📋 copy color: '#CBC51D'

red 203 ◦ green 197 ◦ blue 29

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

Shades of Barberry #CBC51D

Tints of Barberry #CBC51D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.92%

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

R = 47.32%
G = 45.92%
B = 6.76%

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

#CBC51D (or 0xCBC51D) is known color: Barberry. HEX triplet: CB, C5 and 1D. RGB value is (203,197,29). Sum of RGB (Red+Green+Blue) = 203+197+29=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC51D is #343AE2. Grayscale: #B4B4B4. Windows color (decimal): -3422947 or 1951179. OLE color: 1951179.

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

Color convert

RGB 203 197 29 -
CMYK 0 0.03 0.86 0.20
HSL 57.93º 0.75% 0.45% -
HSV(B) 57.93º 0.86% 0.8% -
XYZ 44.82 52.72 8.98 -
YUV 179.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 203 197 29 0 0.03 0.86 0.20 57.93 0.75 0.45
Hex CB C5 1D 0 3 56 14 3A 4B 2D
Octal 313 305 35 0 3 126 24 72 113 55
Binary 11001011 11000101 11101 0 11 1010110 10100 111010 1001011 101101

Color Harmonies of #CBC51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC51D

Black with #CBC51D

Text Example


Text Example

White with #CBC51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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