Html Css Color HEX #CCD123 Barberry

📋 copy color: '#CCD123'

red 204 ◦ green 209 ◦ blue 35

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

Shades of Barberry #CCD123

Tints of Barberry #CCD123

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.65%

 BLUE value IS 35 (14.06% from 255) = 7.81%

R = 45.54%
G = 46.65%
B = 7.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#CCD123 (or 0xCCD123) is known color: Barberry. HEX triplet: CC, D1 and 23. RGB value is (204,209,35). Sum of RGB (Red+Green+Blue) = 204+209+35=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD123 is #332EDC. Grayscale: #BCBCBC. Windows color (decimal): -3354333 or 2347468. OLE color: 2347468.

HSL color Cylindrical-coordinate representation of color #CCD123: hue angle of 61.72º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCD123 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 35 -
CMYK 0.02 0 0.83 0.18
HSL 61.72º 0.71% 0.48% -
HSV(B) 61.72º 0.83% 0.82% -
XYZ 48.01 58.56 10.36 -
YUV 187.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 204 209 35 0.02 0 0.83 0.18 61.72 0.71 0.48
Hex CC D1 23 2 0 53 12 3E 47 30
Octal 314 321 43 2 0 123 22 76 107 60
Binary 11001100 11010001 100011 10 0 1010011 10010 111110 1000111 110000

Color Harmonies of #CCD123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD123

Black with #CCD123

Text Example


Text Example

White with #CCD123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD123; }

 p { color: rgb(204,209,35); }

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

background-color css

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

 a { background-color: rgb(204,209,35); }

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

border-color css

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

 span { border-color: rgb(204,209,35); }

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