Html Css Color HEX #CBCC1D Barberry

📋 copy color: '#CBCC1D'

red 203 ◦ green 204 ◦ blue 29

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

Shades of Barberry #CBCC1D

Tints of Barberry #CBCC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

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

R = 46.56%
G = 46.79%
B = 6.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CBCC1D (or 0xCBCC1D) is known color: Barberry. HEX triplet: CB, CC and 1D. RGB value is (203,204,29). Sum of RGB (Red+Green+Blue) = 203+204+29=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBCC1D is #3433E2. Grayscale: #B8B8B8. Windows color (decimal): -3421155 or 1952971. OLE color: 1952971.

HSL color Cylindrical-coordinate representation of color #CBCC1D: hue angle of 60.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBCC1D is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 204 29 -
CMYK 0.00 0 0.86 0.2
HSL 60.34º 0.75% 0.46% -
HSV(B) 60.34º 0.86% 0.8% -
XYZ 46.44 55.97 9.52 -
YUV 183.75 40.67 141.73 -
System Red Green Blue C M Y K H S L
Decimal 203 204 29 0.00 0 0.86 0.2 60.34 0.75 0.46
Hex CB CC 1D 0 0 56 14 3C 4B 2E
Octal 313 314 35 0 0 126 24 74 113 56
Binary 11001011 11001100 11101 0 0 1010110 10100 111100 1001011 101110

Color Harmonies of #CBCC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCC1D

Black with #CBCC1D

Text Example


Text Example

White with #CBCC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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