Html Css Color HEX #CBC71D Barberry

📋 copy color: '#CBC71D'

red 203 ◦ green 199 ◦ blue 29

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

Shades of Barberry #CBC71D

Tints of Barberry #CBC71D

RGB

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

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

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

R = 47.1%
G = 46.17%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBC71D (or 0xCBC71D) is known color: Barberry. HEX triplet: CB, C7 and 1D. RGB value is (203,199,29). Sum of RGB (Red+Green+Blue) = 203+199+29=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC71D is #3438E2. Grayscale: #B5B5B5. Windows color (decimal): -3422435 or 1951691. OLE color: 1951691.

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

Color convert

RGB 203 199 29 -
CMYK 0 0.02 0.86 0.20
HSL 58.62º 0.75% 0.45% -
HSV(B) 58.62º 0.86% 0.8% -
XYZ 45.27 53.63 9.13 -
YUV 180.82 42.33 143.82 -
System Red Green Blue C M Y K H S L
Decimal 203 199 29 0 0.02 0.86 0.20 58.62 0.75 0.45
Hex CB C7 1D 0 2 56 14 3B 4B 2D
Octal 313 307 35 0 2 126 24 73 113 55
Binary 11001011 11000111 11101 0 10 1010110 10100 111011 1001011 101101

Color Harmonies of #CBC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC71D

Black with #CBC71D

Text Example


Text Example

White with #CBC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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