Html Css Color HEX #CCD31D Barberry

📋 copy color: '#CCD31D'

red 204 ◦ green 211 ◦ blue 29

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

Shades of Barberry #CCD31D

Tints of Barberry #CCD31D

RGB

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

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

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

R = 45.95%
G = 47.52%
B = 6.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#CCD31D (or 0xCCD31D) is known color: Barberry. HEX triplet: CC, D3 and 1D. RGB value is (204,211,29). Sum of RGB (Red+Green+Blue) = 204+211+29=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD31D is #332CE2. Grayscale: #BCBCBC. Windows color (decimal): -3353827 or 1954764. OLE color: 1954764.

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

Color convert

RGB 204 211 29 -
CMYK 0.03 0 0.86 0.17
HSL 62.31º 0.76% 0.47% -
HSV(B) 62.31º 0.86% 0.83% -
XYZ 48.42 59.51 10.1 -
YUV 188.16 38.18 139.3 -
System Red Green Blue C M Y K H S L
Decimal 204 211 29 0.03 0 0.86 0.17 62.31 0.76 0.47
Hex CC D3 1D 3 0 56 11 3E 4C 2F
Octal 314 323 35 3 0 126 21 76 114 57
Binary 11001100 11010011 11101 11 0 1010110 10001 111110 1001100 101111

Color Harmonies of #CCD31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD31D

Black with #CCD31D

Text Example


Text Example

White with #CCD31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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