Html Css Color HEX #CCD31B Barberry

📋 copy color: '#CCD31B'

red 204 ◦ green 211 ◦ blue 27

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

Shades of Barberry #CCD31B

Tints of Barberry #CCD31B

RGB

 RED value IS 204 (80.08% from 255) = 46.15%

 GREEN value IS 211 (82.81% from 255) = 47.74%

 BLUE value IS 27 (10.94% from 255) = 6.11%

R = 46.15%
G = 47.74%
B = 6.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#CCD31B (or 0xCCD31B) is known color: Barberry. HEX triplet: CC, D3 and 1B. RGB value is (204,211,27). Sum of RGB (Red+Green+Blue) = 204+211+27=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD31B is #332CE4. Grayscale: #BCBCBC. Windows color (decimal): -3353829 or 1823692. OLE color: 1823692.

HSL color Cylindrical-coordinate representation of color #CCD31B: hue angle of 62.28º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCD31B is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 27 -
CMYK 0.03 0 0.87 0.17
HSL 62.28º 0.77% 0.47% -
HSV(B) 62.28º 0.87% 0.83% -
XYZ 48.39 59.51 9.97 -
YUV 187.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 204 211 27 0.03 0 0.87 0.17 62.28 0.77 0.47
Hex CC D3 1B 3 0 57 11 3E 4D 2F
Octal 314 323 33 3 0 127 21 76 115 57
Binary 11001100 11010011 11011 11 0 1010111 10001 111110 1001101 101111

Color Harmonies of #CCD31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD31B

Black with #CCD31B

Text Example


Text Example

White with #CCD31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD31B; }

 p { color: rgb(204,211,27); }

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

background-color css

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

 a { background-color: rgb(204,211,27); }

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

border-color css

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

 span { border-color: rgb(204,211,27); }

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