Html Css Color HEX #CCCB1E Barberry

📋 copy color: '#CCCB1E'

red 204 ◦ green 203 ◦ blue 30

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

Shades of Barberry #CCCB1E

Tints of Barberry #CCCB1E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 30 (12.11% from 255) = 6.86%

R = 46.68%
G = 46.45%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCCB1E (or 0xCCCB1E) is known color: Barberry. HEX triplet: CC, CB and 1E. RGB value is (204,203,30). Sum of RGB (Red+Green+Blue) = 204+203+30=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCB1E is #3334E1. Grayscale: #B8B8B8. Windows color (decimal): -3355874 or 2018252. OLE color: 2018252.

HSL color Cylindrical-coordinate representation of color #CCCB1E: hue angle of 59.66º 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 #CCCB1E is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 30 -
CMYK 0 0.00 0.85 0.2
HSL 59.66º 0.74% 0.46% -
HSV(B) 59.66º 0.85% 0.8% -
XYZ 46.49 55.64 9.52 -
YUV 183.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 204 203 30 0 0.00 0.85 0.2 59.66 0.74 0.46
Hex CC CB 1E 0 0 55 14 3C 4A 2E
Octal 314 313 36 0 0 125 24 74 112 56
Binary 11001100 11001011 11110 0 0 1010101 10100 111100 1001010 101110

Color Harmonies of #CCCB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB1E

Black with #CCCB1E

Text Example


Text Example

White with #CCCB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB1E; }

 p { color: rgb(204,203,30); }

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

background-color css

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

 a { background-color: rgb(204,203,30); }

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

border-color css

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

 span { border-color: rgb(204,203,30); }

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