Html Css Color HEX #CBC71F Barberry

📋 copy color: '#CBC71F'

red 203 ◦ green 199 ◦ blue 31

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

Shades of Barberry #CBC71F

Tints of Barberry #CBC71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.96%

 BLUE value IS 31 (12.5% from 255) = 7.16%

R = 46.88%
G = 45.96%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CBC71F (or 0xCBC71F) is known color: Barberry. HEX triplet: CB, C7 and 1F. RGB value is (203,199,31). Sum of RGB (Red+Green+Blue) = 203+199+31=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC71F is #3438E0. Grayscale: #B5B5B5. Windows color (decimal): -3422433 or 2082763. OLE color: 2082763.

HSL color Cylindrical-coordinate representation of color #CBC71F: hue angle of 58.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBC71F is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 31 -
CMYK 0 0.02 0.85 0.20
HSL 58.6º 0.74% 0.46% -
HSV(B) 58.6º 0.85% 0.8% -
XYZ 45.3 53.64 9.26 -
YUV 181.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 203 199 31 0 0.02 0.85 0.20 58.6 0.74 0.46
Hex CB C7 1F 0 2 55 14 3B 4A 2E
Octal 313 307 37 0 2 125 24 73 112 56
Binary 11001011 11000111 11111 0 10 1010101 10100 111011 1001010 101110

Color Harmonies of #CBC71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC71F

Black with #CBC71F

Text Example


Text Example

White with #CBC71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC71F; }

 p { color: rgb(203,199,31); }

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

background-color css

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

 a { background-color: rgb(203,199,31); }

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

border-color css

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

 span { border-color: rgb(203,199,31); }

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